Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

V4L/DVB (6892): xc5000: fix build when DVB_TUNER_XC5000 is disabled

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

authored by

Michael Krufky and committed by
Mauro Carvalho Chehab
fb6d8e2c 26501a70

+1 -1
+1 -1
drivers/media/dvb/frontends/xc5000.h
··· 42 42 #else 43 43 static inline struct dvb_frontend* xc5000_attach(struct dvb_frontend *fe, 44 44 struct i2c_adapter *i2c, 45 - struct xc5000_config *cfg); 45 + struct xc5000_config *cfg) 46 46 { 47 47 printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__); 48 48 return NULL;