diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-10-27 11:28:06 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-10-27 17:57:54 -0200 |
commit | 4e373217887879cea6cea3483d2dad21278d0f05 (patch) | |
tree | b76c2706d884690a6b8a87aea85dd7af357f6398 /drivers/media/dvb-frontends | |
parent | babb618db811a20ed81fd866fd5648949896df42 (diff) | |
download | op-kernel-dev-4e373217887879cea6cea3483d2dad21278d0f05.zip op-kernel-dev-4e373217887879cea6cea3483d2dad21278d0f05.tar.gz |
[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 <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb-frontends')
-rw-r--r-- | drivers/media/dvb-frontends/tda18271c2dd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/tda18271c2dd.c b/drivers/media/dvb-frontends/tda18271c2dd.c index ad7c72e..d281f77 100644 --- a/drivers/media/dvb-frontends/tda18271c2dd.c +++ b/drivers/media/dvb-frontends/tda18271c2dd.c @@ -32,6 +32,7 @@ #include <asm/div64.h> #include "dvb_frontend.h" +#include "tda18271c2dd.h" struct SStandardParam { s32 m_IFFrequency; |