diff options
author | Antti Palosaari <crope@iki.fi> | 2013-10-13 07:06:44 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-03-05 22:38:01 +0400 |
commit | 3ca2418d707c9eeafa76f6096eb8e06d1cfa8bdb (patch) | |
tree | 89247c60d953ff3ab30660dea313b186afd513c8 /drivers/media/dvb-frontends/rtl2832.h | |
parent | 5791eee2647ff358e6cb11b2830c62a92e2674c7 (diff) | |
download | linux-3ca2418d707c9eeafa76f6096eb8e06d1cfa8bdb.tar.xz |
[media] rtl2832: style changes and minor cleanup
Most of those were reported by checkpatch.pl...
debug module parameter is not used anywhere so remove it.
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/rtl2832.h')
-rw-r--r-- | drivers/media/dvb-frontends/rtl2832.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/rtl2832.h b/drivers/media/dvb-frontends/rtl2832.h index e5430810e9e3..fa4e5f651aa7 100644 --- a/drivers/media/dvb-frontends/rtl2832.h +++ b/drivers/media/dvb-frontends/rtl2832.h @@ -51,7 +51,7 @@ struct rtl2832_config { }; #if IS_ENABLED(CONFIG_DVB_RTL2832) -extern struct dvb_frontend *rtl2832_attach( +struct dvb_frontend *rtl2832_attach( const struct rtl2832_config *cfg, struct i2c_adapter *i2c ); |