summaryrefslogtreecommitdiffstats
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-16 12:51:36 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-03-04 14:25:46 -0300
commit1bfc9e15a10ae88eb94cba17dba4d31941f5d939 (patch)
tree31a495e4fe595f29ed1175b0980d896c0550c6cc /drivers/media/dvb-frontends/drx39xyj/drx_dap_fasi.h
parentffe7c4f921836a577ba650b3263062a63524e49e (diff)
downloadop-kernel-dev-1bfc9e15a10ae88eb94cba17dba4d31941f5d939.zip
op-kernel-dev-1bfc9e15a10ae88eb94cba17dba4d31941f5d939.tar.gz
[media] drx-j: get rid of typedefs in drx_driver.h
Most of the changes were done with scripts like: for i in drivers/media/dvb-frontends/drx39xyj/*.[ch]; do perl -ne '$var = "drx_sig_quality"; s,\b($var)_t\s+,struct \1 ,g; s,\bp_*($var)_t\s+,struct \1 *,g; s,\b($var)_t\b,struct \1,g; s,\bp_*($var)_t\b,struct \1 *,g; print $_' <$i >a && mv a $i; done 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/drx39xyj/drx_dap_fasi.h b/drivers/media/dvb-frontends/drx39xyj/drx_dap_fasi.h
index 02b2c30..4151876 100644
--- a/drivers/media/dvb-frontends/drx39xyj/drx_dap_fasi.h
+++ b/drivers/media/dvb-frontends/drx39xyj/drx_dap_fasi.h
@@ -238,7 +238,7 @@
extern "C" {
#endif
- extern drx_access_func_t 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
OpenPOWER on IntegriCloud