diff options
Diffstat (limited to 'linux/drivers/media/video/tuner-core.c')
-rw-r--r-- | linux/drivers/media/video/tuner-core.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linux/drivers/media/video/tuner-core.c b/linux/drivers/media/video/tuner-core.c index eac0b83bb..525412c39 100644 --- a/linux/drivers/media/video/tuner-core.c +++ b/linux/drivers/media/video/tuner-core.c @@ -1,5 +1,5 @@ /* - * $Id: tuner-core.c,v 1.59 2005/07/15 20:09:38 mchehab Exp $ + * $Id: tuner-core.c,v 1.60 2005/07/15 21:44:14 mchehab Exp $ * * i2c tv tuner chip device driver * core core, i.e. kernel interfaces, registering and so on @@ -17,12 +17,12 @@ #include <linux/poll.h> #include <linux/i2c.h> #include <linux/types.h> +#include "compat.h" #include <linux/videodev.h> #include <linux/init.h> #include <media/tuner.h> #include <media/audiochip.h> -#include "compat.h" #define UNSET (-1U) @@ -656,9 +656,9 @@ static int tuner_command(struct i2c_client *client, unsigned int cmd, void *arg) } #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,13) -static int tuner_suspend(struct device * dev, u32 state, u32 level) +static int tuner_suspend(struct device *dev, u32 state, u32 level) #else -static int tuner_suspend(struct device * dev, pm_message_t state, u32 level) +static int tuner_suspend(struct device *dev, pm_message_t state, u32 level) #endif { struct i2c_client *c = container_of (dev, struct i2c_client, dev); |