summaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends/drx39xyj/drx_dap_fasi.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <m.chehab@samsung.com>2014-01-17 11:51:52 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-03-04 14:30:44 -0300
commit2f1f733386ce6dac70c0936b81b9f630ddfb1837 (patch)
tree67bcf46e14780a7026266c87dc398e413d04550d /drivers/media/dvb-frontends/drx39xyj/drx_dap_fasi.h
parentc361fda0e5d4d803a0caa3bd2516217a395630f1 (diff)
[media] drx-j: make checkpatch.pl happy
Fix the remaining checkpatch.pl compliants at drxj. Acked-by: Devin Heitmueller <dheitmueller@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/drx39xyj/drx_dap_fasi.h')
-rw-r--r--drivers/media/dvb-frontends/drx39xyj/drx_dap_fasi.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/drivers/media/dvb-frontends/drx39xyj/drx_dap_fasi.h b/drivers/media/dvb-frontends/drx39xyj/drx_dap_fasi.h
index 4151876f0ebe..354ec07eae87 100644
--- a/drivers/media/dvb-frontends/drx39xyj/drx_dap_fasi.h
+++ b/drivers/media/dvb-frontends/drx39xyj/drx_dap_fasi.h
@@ -234,11 +234,7 @@
/*-------- Public API functions ----------------------------------------------*/
-#ifdef __cplusplus
-extern "C" {
-#endif
-
- extern struct drx_access_func drx_dap_fasi_funct_g;
+extern struct drx_access_func drx_dap_fasi_funct_g;
#define DRXDAP_FASI_RMW 0x10000000
#define DRXDAP_FASI_BROADCAST 0x20000000
@@ -257,7 +253,4 @@ extern "C" {
#define DRXDAP_FASI_LONG_FORMAT(addr) (((addr) & 0xFC30FF80) != 0)
#define DRXDAP_FASI_OFFSET_TOO_LARGE(addr) (((addr) & 0x00008000) != 0)
-#ifdef __cplusplus
-}
-#endif
#endif /* __DRX_DAP_FASI_H__ */