aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends/stv0910.h
diff options
context:
space:
mode:
authorGravatar Daniel Scheller <d.scheller@gmx.net> 2017-07-23 06:13:11 -0400
committerGravatar Mauro Carvalho Chehab <mchehab@s-opensource.com> 2017-08-20 07:14:09 -0400
commitddb6a90dcd008c35b2c9a71a97eab69dc4c04b10 (patch)
tree500624b960db30b59b7bab7dc364ab385ae64a8d /drivers/media/dvb-frontends/stv0910.h
parentmedia: dvb-frontends/stv0910: implement diseqc_send_burst (diff)
downloadlinux-ddb6a90dcd008c35b2c9a71a97eab69dc4c04b10.tar.gz
linux-ddb6a90dcd008c35b2c9a71a97eab69dc4c04b10.tar.bz2
linux-ddb6a90dcd008c35b2c9a71a97eab69dc4c04b10.zip
media: dvb-frontends/stv0910: further coding style cleanup
Fixes up all remainders reported by "checkpatch.pl --strict" Signed-off-by: Daniel Scheller <d.scheller@gmx.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/dvb-frontends/stv0910.h')
-rw-r--r--drivers/media/dvb-frontends/stv0910.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb-frontends/stv0910.h b/drivers/media/dvb-frontends/stv0910.h
index e1ab6df7c805..fccd8d9b665f 100644
--- a/drivers/media/dvb-frontends/stv0910.h
+++ b/drivers/media/dvb-frontends/stv0910.h
@@ -14,8 +14,8 @@ struct stv0910_cfg {
#if IS_REACHABLE(CONFIG_DVB_STV0910)
-extern struct dvb_frontend *stv0910_attach(struct i2c_adapter *i2c,
- struct stv0910_cfg *cfg, int nr);
+struct dvb_frontend *stv0910_attach(struct i2c_adapter *i2c,
+ struct stv0910_cfg *cfg, int nr);
#else