From e2d3ab7144e5aa649f56057edc9a3548104b48df Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Sat, 17 Jul 2004 11:51:38 +0000 Subject: fixed warning with kernel 2.6.7-powerpc: In file included from sp887x.c:21: include/linux/firmware.h:11: warning: `struct device' declared inside parameter list include/linux/firmware.h:11: warning: its scope is only this definition or declaration, which is probably not what you want include/linux/firmware.h:15: warning: `struct device' declared inside parameter list sp887x.c: In function `attach_adapter': sp887x.c:616: warning: passing arg 3 of `request_firmware' from incompatible pointer type --- linux/drivers/media/dvb/frontends/sp887x.c | 1 + 1 file changed, 1 insertion(+) (limited to 'linux') diff --git a/linux/drivers/media/dvb/frontends/sp887x.c b/linux/drivers/media/dvb/frontends/sp887x.c index 06645548b..6bb73e907 100644 --- a/linux/drivers/media/dvb/frontends/sp887x.c +++ b/linux/drivers/media/dvb/frontends/sp887x.c @@ -18,6 +18,7 @@ #include #include +#include #include #include "dvb_frontend.h" -- cgit v1.2.3