]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
V4L/DVB (13212): fix gcc-4.3.3 compilation error at dib7000p_pid_filter(): missing...
authorDavid T.L. Wong <davidtlwong@gmail.com>
Mon, 26 Oct 2009 11:25:52 +0000 (08:25 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 5 Dec 2009 20:40:55 +0000 (18:40 -0200)
Signed-off-by: David T.L. Wong <davidtlwong@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/dib7000p.h

index 3a769df3c86f274e17241019b7bffaf1448cc2eb..805dd13a97ee347d3b06e517e266d2bb1de9e4d3 100644 (file)
@@ -97,7 +97,7 @@ static inline int dib7000pc_detection(struct i2c_adapter *i2c_adap)
        printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);
        return -ENODEV;
 }
-static inline int dib7000p_pid_filter(struct dvb_frontend *, u8 id, u16 pid, u8 onoff)
+static inline int dib7000p_pid_filter(struct dvb_frontend *fe, u8 id, u16 pid, u8 onoff)
 {
     printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);
     return -ENODEV;