Re: [PATCH] staging: auxdisplay: add missing MODULE_LICENSE()

2018-02-23 Thread Miguel Ojeda
Hi Shannon, On Wed, Jan 31, 2018 at 10:31 AM, Shannon Booth wrote: > This patch fixes the compilation warning: > > WARNING: modpost: missing MODULE_LICENSE() in > drivers/auxdisplay/img-ascii-lcd.o > > Signed-off-by: Shannon Booth > --- >

Re: [PATCH] staging: auxdisplay: add missing MODULE_LICENSE()

2018-02-23 Thread Miguel Ojeda
Hi Shannon, On Wed, Jan 31, 2018 at 10:31 AM, Shannon Booth wrote: > This patch fixes the compilation warning: > > WARNING: modpost: missing MODULE_LICENSE() in > drivers/auxdisplay/img-ascii-lcd.o > > Signed-off-by: Shannon Booth > --- > drivers/auxdisplay/img-ascii-lcd.c | 2 ++ > 1 file

[PATCH] staging: auxdisplay: add missing MODULE_LICENSE()

2018-01-31 Thread Shannon Booth
This patch fixes the compilation warning: WARNING: modpost: missing MODULE_LICENSE() in drivers/auxdisplay/img-ascii-lcd.o Signed-off-by: Shannon Booth --- drivers/auxdisplay/img-ascii-lcd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git

[PATCH] staging: auxdisplay: add missing MODULE_LICENSE()

2018-01-31 Thread Shannon Booth
This patch fixes the compilation warning: WARNING: modpost: missing MODULE_LICENSE() in drivers/auxdisplay/img-ascii-lcd.o Signed-off-by: Shannon Booth --- drivers/auxdisplay/img-ascii-lcd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/auxdisplay/img-ascii-lcd.c