aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2006-11-28 05:09:22 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-12-10 09:05:25 -0200
commit036171e75ef866b4fd8650c5b890359482ba2a4c (patch)
tree5d94127c9217d413c81baffcc4166e461f131811 /drivers/media
parentV4L/DVB (4891): Lgdt330x: fix broken whitespace (diff)
downloadlinux-dev-036171e75ef866b4fd8650c5b890359482ba2a4c.tar.xz
linux-dev-036171e75ef866b4fd8650c5b890359482ba2a4c.zip
V4L/DVB: Dvb-budget ci fix
drivers/media/dvb/ttpci/budget-ci.c:220:6: warning: "LINUX_VERSION_CODE" is not defined drivers/media/dvb/ttpci/budget-ci.c:220:28: warning: "KERNEL_VERSION" is not defined drivers/media/dvb/ttpci/budget-ci.c:220:42: error: missing binary operator before token "(" Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/dvb/ttpci/budget-ci.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/dvb/ttpci/budget-ci.c b/drivers/media/dvb/ttpci/budget-ci.c
index 8f71124099b0..f793a2741e2d 100644
--- a/drivers/media/dvb/ttpci/budget-ci.c
+++ b/drivers/media/dvb/ttpci/budget-ci.c
@@ -217,11 +217,7 @@ static int msp430_ir_init(struct budget_ci *budget_ci)
input_dev->id.vendor = saa->pci->vendor;
input_dev->id.product = saa->pci->device;
}
-# if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,15)
input_dev->cdev.dev = &saa->pci->dev;
-# else
- input_dev->dev = &saa->pci->dev;
-# endif
/* Select keymap and address */
switch (budget_ci->budget.dev->pci->subsystem_device) {