projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f876502
)
[media] cxd2099: Fix compilation of ngene/ddbridge for DVB_CXD2099=n
author
Oliver Endriss
<o.endriss@gmx.de>
Sun, 3 Jul 2011 21:26:22 +0000
(18:26 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Wed, 27 Jul 2011 20:55:46 +0000
(17:55 -0300)
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>
drivers/staging/cxd2099/cxd2099.h
patch
|
blob
|
history
diff --git
a/drivers/staging/cxd2099/cxd2099.h
b/drivers/staging/cxd2099/cxd2099.h
index 75459d41afc10e158f6d7fc6b5b9dbcb480db6f2..19c588a595883be93f0cef4102e647fdbaa21e71 100644
(file)
--- 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;