summaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorOliver Endriss <o.endriss@gmx.de>2011-07-03 18:26:22 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-07-27 17:55:46 -0300
commit7dfd071271bb237d16d8088287bf52a2684cb3ca (patch)
treee9f9c39be728cf17efd601f2bcb44e78a2af28ae /drivers/staging
parentf876502d9a24934eadce0c8a8c45bfb863e46bb4 (diff)
downloadop-kernel-dev-7dfd071271bb237d16d8088287bf52a2684cb3ca.zip
op-kernel-dev-7dfd071271bb237d16d8088287bf52a2684cb3ca.tar.gz
[media] cxd2099: Fix compilation of ngene/ddbridge for DVB_CXD2099=n
Fix compilation of ngene/ddbridge for DVB_CXD2099=n. Note: Bug was introduced by commit 'cxd2099: Update to latest version'. Signed-off-by: Oliver Endriss <o.endriss@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/cxd2099/cxd2099.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/cxd2099/cxd2099.h b/drivers/staging/cxd2099/cxd2099.h
index 75459d4..19c588a 100644
--- a/drivers/staging/cxd2099/cxd2099.h
+++ b/drivers/staging/cxd2099/cxd2099.h
@@ -41,7 +41,7 @@ struct dvb_ca_en50221 *cxd2099_attach(struct cxd2099_cfg *cfg,
#else
static inline struct dvb_ca_en50221 *cxd2099_attach(struct cxd2099_cfg *cfg,
- void *priv, struct i2c_adapter *i2c);
+ void *priv, struct i2c_adapter *i2c)
{
printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);
return NULL;
OpenPOWER on IntegriCloud