]> git.baikalelectronics.ru Git - kernel.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)
commitd9c9aa0739356caaa87ff83745330ec720752ea9
tree5c2d4e212060cdad4b217addfd5c41b332727ff4
parenta978d8218679f8081872f02d1ab3c82063dba47e
gp8psk-fe: add missing MODULE_foo() macros

This file was converted to a separate module at commit 2d02da4a0517
("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: 2d02da4a0517 ("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