MLK-19111: ISI: fix module installation fail issue
authorGuoniu.Zhou <guoniu.zhou@nxp.com>
Tue, 31 Jul 2018 09:41:20 +0000 (17:41 +0800)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000 (02:51 +0300)
commit146739cc4bdffa378b46a83188514ecc9b8222b9
tree7daca46f1e495a93561de44a1b9dd400d54b3956
parenteb28f9fd151a82c1ad5957de0a7c905db4611d56
MLK-19111: ISI: fix module installation fail issue

If build ISI driver as module and insmod it after system
boot up, it will fail. Because lack of MODULE_LICENSE("GPL")
,insmod isi driver will print many unknown symbol messages

Signed-off-by: Guoniu.Zhou <guoniu.zhou@nxp.com>
Reviewed-by: Robby.Cai <robby.cai@nxp.com>
drivers/media/platform/imx8/mxc-isi-core.c