summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/s5h1432.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb/frontends/s5h1432.h')
-rw-r--r--drivers/media/dvb/frontends/s5h1432.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/dvb/frontends/s5h1432.h b/drivers/media/dvb/frontends/s5h1432.h
index 241a9044d86..6ed654fb9b1 100644
--- a/drivers/media/dvb/frontends/s5h1432.h
+++ b/drivers/media/dvb/frontends/s5h1432.h
@@ -79,9 +79,9 @@ struct s5h1432_config {
extern struct dvb_frontend *s5h1432_attach(const struct s5h1432_config *config,
struct i2c_adapter *i2c);
#else
-static inline struct dvb_frontend *s5h1432_attach(
- const struct s5h1432_config *config,
- struct i2c_adapter *i2c)
+static inline struct dvb_frontend *s5h1432_attach(const struct s5h1432_config
+ *config,
+ struct i2c_adapter *i2c)
{
printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);
return NULL;