]> git.karo-electronics.de Git - linux-beck.git/commit
gp8psk-fe: add missing MODULE_foo() macros
authorMauro Carvalho Chehab <mchehab@infradead.org>
Mon, 14 Nov 2016 13:14:37 +0000 (11:14 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 18 Nov 2016 10:06:38 +0000 (08:06 -0200)
commitf1dc10b6e18df849429c1625bbcdf04ecc25d5c3
tree5c2d4e212060cdad4b217addfd5c41b332727ff4
parent09f8be263c9c5fa0ee33e24e1f89b8cde68ec056
gp8psk-fe: add missing MODULE_foo() macros

This file was converted to a separate module at commit 7a0786c19d65
("gp8psk: Fix DVB frontend attach"), because the DVB attach routines
require it to work.  However, I forgot to copy the MODULE_foo() macros
from the original module, causing this warning:

    WARNING: modpost: missing MODULE_LICENSE() in drivers/media/dvb-frontends/gp8psk-fe.o

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Fixes: 7a0786c19d65 ("gp8psk: Fix DVB frontend attach")
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/media/dvb-frontends/gp8psk-fe.c