aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/mt2131.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb/frontends/mt2131.h')
-rw-r--r--drivers/media/dvb/frontends/mt2131.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/drivers/media/dvb/frontends/mt2131.h b/drivers/media/dvb/frontends/mt2131.h
index 5d1f281d87b2..608f1f66c9e7 100644
--- a/drivers/media/dvb/frontends/mt2131.h
+++ b/drivers/media/dvb/frontends/mt2131.h
@@ -44,6 +44,11 @@ static inline struct dvb_frontend* mt2131_attach(struct dvb_frontend *fe,
44 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__); 44 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__);
45 return NULL; 45 return NULL;
46} 46}
47#endif // CONFIG_DVB_TUNER_MT2131 47#endif /* CONFIG_DVB_TUNER_MT2131 */
48 48
49#endif // __MT2131_H__ 49#endif /* __MT2131_H__ */
50
51/*
52 * Local variables:
53 * c-basic-offset: 8
54 */