From 67955ab4a9237e2875812740168d105b0989a17d Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sun, 6 Nov 2005 17:01:47 +0000 Subject: - #elsif removed, since it breaks gentree stuff. Signed-off-by: Mauro Carvalho Chehab --- linux/drivers/media/video/tda9887.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'linux/drivers/media/video/tda9887.c') diff --git a/linux/drivers/media/video/tda9887.c b/linux/drivers/media/video/tda9887.c index 98e5657d6..ca76ad9c9 100644 --- a/linux/drivers/media/video/tda9887.c +++ b/linux/drivers/media/video/tda9887.c @@ -834,9 +834,11 @@ tda9887_command(struct i2c_client *client, unsigned int cmd, void *arg) #if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,13) static int tda9887_suspend(struct device * dev, pm_message_t state, u32 level) -#elif LINUX_VERSION_CODE > KERNEL_VERSION(2,5,0) +#else +#if LINUX_VERSION_CODE > KERNEL_VERSION(2,5,0) static int tda9887_suspend(struct device * dev, u32 state, u32 level) #endif +#endif #if LINUX_VERSION_CODE > KERNEL_VERSION(2,5,0) { struct i2c_client *c = container_of(dev, struct i2c_client, dev); -- cgit v1.2.3