diff options
author | Preetham Chandru <pchandru@nvidia.com> | 2012-01-19 13:24:45 +0530 |
---|---|---|
committer | Rohan Somvanshi <rsomvanshi@nvidia.com> | 2012-01-24 10:41:16 -0800 |
commit | c7856d2be59d34976a8ab289fb9674ab2b22b3f1 (patch) | |
tree | c0ea41eebc0c7e117f8e129ddce59454c515b769 /drivers/media/video/tegra/sh532u.c | |
parent | 4c30ec66d3ac7d6165cae2c996734ed2d69310e2 (diff) |
media: video: tegra: Add GPL license to torch and focuser
sh532u focuser driver, ssl3250a torch driver and tps61050 torch driver
make references to kernel functions which are GPL-only symbols.
L4T requires that these drivers be built as modules and
without making it GPL compatible, the module fails to get loaded.
Hence GPL license is added.
Bug: 928498
Signed-off-by: Preetham Chandru R <pchandru@nvidia.com>
Reviewed-on: http://git-master/r/76172
(cherry picked from commit 148d4d99066f904141c85a0fad36483bc1570d02)
Change-Id: I11ab4b20bab504cb11b04a6e7746e0bae02d9fbf
Reviewed-on: http://git-master/r/76786
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Amit Pandya <apandya@nvidia.com>
Tested-by: Preetham Chandru <pchandru@nvidia.com>
Reviewed-by: Kiran Adduri <kadduri@nvidia.com>
Reviewed-by: Varun Wadekar <vwadekar@nvidia.com>
Diffstat (limited to 'drivers/media/video/tegra/sh532u.c')
-rw-r--r-- | drivers/media/video/tegra/sh532u.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/tegra/sh532u.c b/drivers/media/video/tegra/sh532u.c index 6723fae70ae4..7db14fcf2573 100644 --- a/drivers/media/video/tegra/sh532u.c +++ b/drivers/media/video/tegra/sh532u.c @@ -1685,4 +1685,4 @@ static void __exit sh532u_exit(void) module_init(sh532u_init); module_exit(sh532u_exit); - +MODULE_LICENSE("GPL"); |