From: Mauro Carvalho Chehab Date: Sat, 27 Oct 2012 14:28:06 +0000 (-0300) Subject: [media] tda18271c2dd.c: get rid of warning: no previous prototype X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4e373217887879cea6cea3483d2dad21278d0f05;p=linux-beck.git [media] tda18271c2dd.c: get rid of warning: no previous prototype drivers/media/dvb-frontends/tda18271c2dd.c:1224:22: warning: no previous prototype for 'tda18271c2dd_attach' [-Wmissing-prototypes] Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb-frontends/tda18271c2dd.c b/drivers/media/dvb-frontends/tda18271c2dd.c index ad7c72e8f517..d281f77d5c28 100644 --- a/drivers/media/dvb-frontends/tda18271c2dd.c +++ b/drivers/media/dvb-frontends/tda18271c2dd.c @@ -32,6 +32,7 @@ #include #include "dvb_frontend.h" +#include "tda18271c2dd.h" struct SStandardParam { s32 m_IFFrequency;