]> err.no Git - linux-2.6/blobdiff - drivers/media/dvb/frontends/au8522.h
V4L/DVB (7629): au8522: replace __FUNCTION__ with __func__
[linux-2.6] / drivers / media / dvb / frontends / au8522.h
index a75627155fed1a14c7760ebc1092bf1708bc4717..19d5d1ef98426b835501a1d9c66570a5d75e4b23 100644 (file)
@@ -36,13 +36,14 @@ struct au8522_config
 };
 
 #if defined(CONFIG_DVB_AU8522) || (defined(CONFIG_DVB_AU8522_MODULE) && defined(MODULE))
-extern struct dvb_frontend* au8522_attach(const struct au8522_config* config,
-                                          struct i2c_adapter* i2c);
+extern struct dvb_frontend *au8522_attach(const struct au8522_config *config,
+                                         struct i2c_adapter *i2c);
 #else
-static inline struct dvb_frontend* au8522_attach(const struct au8522_config* config,
-                                                 struct i2c_adapter* i2c)
+static inline
+struct dvb_frontend *au8522_attach(const struct au8522_config *config,
+                                  struct i2c_adapter *i2c)
 {
-       printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__);
+       printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);
        return NULL;
 }
 #endif /* CONFIG_DVB_AU8522 */