Re: [PATCH] video: fbdev/mmp: add MODULE_LICENSE

2018-01-15 Thread Bartlomiej Zolnierkiewicz
On Wednesday, January 10, 2018 05:36:32 PM Arnd Bergmann wrote: > Kbuild complains about the lack of a license tag in this driver: > > WARNING: modpost: missing MODULE_LICENSE() in > drivers/video/fbdev/mmp/mmp_disp.o > > This adds the license, author and description tags. > > Signed-off-by:

[PATCH] video: fbdev/mmp: add MODULE_LICENSE

2018-01-10 Thread Arnd Bergmann
Kbuild complains about the lack of a license tag in this driver: WARNING: modpost: missing MODULE_LICENSE() in drivers/video/fbdev/mmp/mmp_disp.o This adds the license, author and description tags. Signed-off-by: Arnd Bergmann --- drivers/video/fbdev/mmp/core.c | 5 + 1