[PATCH v8 24/24] drivers/fsi: Add module license to core driver

2017-06-06 Thread Christopher Bostic
Add missing MODULE_LICENSE("GPL") to the core FSI driver. Signed-off-by: Christopher Bostic --- drivers/fsi/fsi-core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/fsi/fsi-core.c b/drivers/fsi/fsi-core.c index b56f4ed..a485864 100644 ---

[PATCH v8 24/24] drivers/fsi: Add module license to core driver

2017-06-06 Thread Christopher Bostic
Add missing MODULE_LICENSE("GPL") to the core FSI driver. Signed-off-by: Christopher Bostic --- drivers/fsi/fsi-core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/fsi/fsi-core.c b/drivers/fsi/fsi-core.c index b56f4ed..a485864 100644 --- a/drivers/fsi/fsi-core.c +++