diff options
-rw-r--r-- | arch/sh/kernel/cpu/bus.c | 2 | ||||
-rw-r--r-- | drivers/ide/pci/sc1200.c | 2 | ||||
-rw-r--r-- | drivers/macintosh/via-pmu.c | 2 | ||||
-rw-r--r-- | include/asm-sh/bus-sh.h | 2 | ||||
-rw-r--r-- | include/linux/mmc/host.h | 2 | ||||
-rw-r--r-- | sound/oss/cs46xx.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/arch/sh/kernel/cpu/bus.c b/arch/sh/kernel/cpu/bus.c index ace82f4b4a59..d4fee2a79373 100644 --- a/arch/sh/kernel/cpu/bus.c +++ b/arch/sh/kernel/cpu/bus.c | |||
@@ -31,7 +31,7 @@ static int sh_bus_match(struct device *dev, struct device_driver *drv) | |||
31 | return shdev->dev_id == shdrv->dev_id; | 31 | return shdev->dev_id == shdrv->dev_id; |
32 | } | 32 | } |
33 | 33 | ||
34 | static int sh_bus_suspend(struct device *dev, u32 state) | 34 | static int sh_bus_suspend(struct device *dev, pm_message_t state) |
35 | { | 35 | { |
36 | struct sh_dev *shdev = to_sh_dev(dev); | 36 | struct sh_dev *shdev = to_sh_dev(dev); |
37 | struct sh_driver *shdrv = to_sh_driver(dev->driver); | 37 | struct sh_driver *shdrv = to_sh_driver(dev->driver); |
diff --git a/drivers/ide/pci/sc1200.c b/drivers/ide/pci/sc1200.c index 84fda21e4dbd..3bc3bf1be49b 100644 --- a/drivers/ide/pci/sc1200.c +++ b/drivers/ide/pci/sc1200.c | |||
@@ -346,7 +346,7 @@ typedef struct sc1200_saved_state_s { | |||
346 | } sc1200_saved_state_t; | 346 | } sc1200_saved_state_t; |
347 | 347 | ||
348 | 348 | ||
349 | static int sc1200_suspend (struct pci_dev *dev, u32 state) | 349 | static int sc1200_suspend (struct pci_dev *dev, pm_message_t state) |
350 | { | 350 | { |
351 | ide_hwif_t *hwif = NULL; | 351 | ide_hwif_t *hwif = NULL; |
352 | 352 | ||
diff --git a/drivers/macintosh/via-pmu.c b/drivers/macintosh/via-pmu.c index cea1e758eb46..aefc0c1a862c 100644 --- a/drivers/macintosh/via-pmu.c +++ b/drivers/macintosh/via-pmu.c | |||
@@ -3052,7 +3052,7 @@ pmu_polled_request(struct adb_request *req) | |||
3052 | 3052 | ||
3053 | static int pmu_sys_suspended = 0; | 3053 | static int pmu_sys_suspended = 0; |
3054 | 3054 | ||
3055 | static int pmu_sys_suspend(struct sys_device *sysdev, u32 state) | 3055 | static int pmu_sys_suspend(struct sys_device *sysdev, pm_message_t state) |
3056 | { | 3056 | { |
3057 | if (state != PM_SUSPEND_DISK || pmu_sys_suspended) | 3057 | if (state != PM_SUSPEND_DISK || pmu_sys_suspended) |
3058 | return 0; | 3058 | return 0; |
diff --git a/include/asm-sh/bus-sh.h b/include/asm-sh/bus-sh.h index f782a33a98fa..83c5d2fd057f 100644 --- a/include/asm-sh/bus-sh.h +++ b/include/asm-sh/bus-sh.h | |||
@@ -34,7 +34,7 @@ struct sh_driver { | |||
34 | unsigned int bus_id; | 34 | unsigned int bus_id; |
35 | int (*probe)(struct sh_dev *); | 35 | int (*probe)(struct sh_dev *); |
36 | int (*remove)(struct sh_dev *); | 36 | int (*remove)(struct sh_dev *); |
37 | int (*suspend)(struct sh_dev *, u32); | 37 | int (*suspend)(struct sh_dev *, pm_message_t); |
38 | int (*resume)(struct sh_dev *); | 38 | int (*resume)(struct sh_dev *); |
39 | }; | 39 | }; |
40 | 40 | ||
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index f67686cef62a..f90f674eb3b0 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h | |||
@@ -98,7 +98,7 @@ extern void mmc_free_host(struct mmc_host *); | |||
98 | #define mmc_priv(x) ((void *)((x) + 1)) | 98 | #define mmc_priv(x) ((void *)((x) + 1)) |
99 | #define mmc_dev(x) ((x)->dev) | 99 | #define mmc_dev(x) ((x)->dev) |
100 | 100 | ||
101 | extern int mmc_suspend_host(struct mmc_host *, u32); | 101 | extern int mmc_suspend_host(struct mmc_host *, pm_message_t); |
102 | extern int mmc_resume_host(struct mmc_host *); | 102 | extern int mmc_resume_host(struct mmc_host *); |
103 | 103 | ||
104 | extern void mmc_detect_change(struct mmc_host *); | 104 | extern void mmc_detect_change(struct mmc_host *); |
diff --git a/sound/oss/cs46xx.c b/sound/oss/cs46xx.c index 8ce6b48f1881..9e42a1a67ca4 100644 --- a/sound/oss/cs46xx.c +++ b/sound/oss/cs46xx.c | |||
@@ -3640,7 +3640,7 @@ static int cs46xx_restart_part(struct cs_card *card) | |||
3640 | 3640 | ||
3641 | static void cs461x_reset(struct cs_card *card); | 3641 | static void cs461x_reset(struct cs_card *card); |
3642 | static void cs461x_proc_stop(struct cs_card *card); | 3642 | static void cs461x_proc_stop(struct cs_card *card); |
3643 | static int cs46xx_suspend(struct cs_card *card, u32 state) | 3643 | static int cs46xx_suspend(struct cs_card *card, pm_message_t state) |
3644 | { | 3644 | { |
3645 | unsigned int tmp; | 3645 | unsigned int tmp; |
3646 | CS_DBGOUT(CS_PM | CS_FUNCTION, 4, | 3646 | CS_DBGOUT(CS_PM | CS_FUNCTION, 4, |