]> 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)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 14 Nov 2016 16:43:13 +0000 (08:43 -0800)
commit69fc45926a538cc569de05080eb3bbeeb26ce21f
tree9e666cc321bf71b9845b69c5334e1f20c43ca152
parent099d7d932fd617596ca86d9eedc8b6ebdadea275
gp8psk-fe: add missing MODULE_foo() macros

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