diff options
author | Michael Krufky <devnull@localhost> | 2005-07-30 19:45:31 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-07-30 19:45:31 +0000 |
commit | cc9ca28525b2125ef6139caf341dca98201d011c (patch) | |
tree | f236e0e730594a1b46adf28cd150b4fe1e5f7e61 /linux/drivers/media/video/tda9887.c | |
parent | d56ce075089545830f5223cc8e27339bb21d1515 (diff) | |
download | mediapointer-dvb-s2-cc9ca28525b2125ef6139caf341dca98201d011c.tar.gz mediapointer-dvb-s2-cc9ca28525b2125ef6139caf341dca98201d011c.tar.bz2 |
fixed cvs compile for 2.6.13
Diffstat (limited to 'linux/drivers/media/video/tda9887.c')
-rw-r--r-- | linux/drivers/media/video/tda9887.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/drivers/media/video/tda9887.c b/linux/drivers/media/video/tda9887.c index 001cfce64..0ff39da1f 100644 --- a/linux/drivers/media/video/tda9887.c +++ b/linux/drivers/media/video/tda9887.c @@ -792,10 +792,10 @@ tda9887_command(struct i2c_client *client, unsigned int cmd, void *arg) return 0; } -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,13) -static int tda9887_suspend(struct device * dev, u32 state, u32 level) -#else +#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,13) static int tda9887_suspend(struct device * dev, pm_message_t state, u32 level) +#else +static int tda9887_suspend(struct device * dev, u32 state, u32 level) #endif { dprintk("tda9887: suspend\n"); |