Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121
b: refs/heads/master
c: 3bfffd9
h: refs/heads/master
i:
  119: 5619ea1
v: v3
  • Loading branch information
Pavel Machek authored and Linus Torvalds committed Apr 16, 2005
1 parent ee9b69a commit d64e0df
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9bfd354b1b9c2f4faee121892bdfbc1490b51ab5
refs/heads/master: 3bfffd97ef913045080861d1898286ac8975c22a
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/cpu/bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ static int sh_bus_match(struct device *dev, struct device_driver *drv)
return shdev->dev_id == shdrv->dev_id;
}

static int sh_bus_suspend(struct device *dev, u32 state)
static int sh_bus_suspend(struct device *dev, pm_message_t state)
{
struct sh_dev *shdev = to_sh_dev(dev);
struct sh_driver *shdrv = to_sh_driver(dev->driver);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/ide/pci/sc1200.c
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ typedef struct sc1200_saved_state_s {
} sc1200_saved_state_t;


static int sc1200_suspend (struct pci_dev *dev, u32 state)
static int sc1200_suspend (struct pci_dev *dev, pm_message_t state)
{
ide_hwif_t *hwif = NULL;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/macintosh/via-pmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -3052,7 +3052,7 @@ pmu_polled_request(struct adb_request *req)

static int pmu_sys_suspended = 0;

static int pmu_sys_suspend(struct sys_device *sysdev, u32 state)
static int pmu_sys_suspend(struct sys_device *sysdev, pm_message_t state)
{
if (state != PM_SUSPEND_DISK || pmu_sys_suspended)
return 0;
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-sh/bus-sh.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ struct sh_driver {
unsigned int bus_id;
int (*probe)(struct sh_dev *);
int (*remove)(struct sh_dev *);
int (*suspend)(struct sh_dev *, u32);
int (*suspend)(struct sh_dev *, pm_message_t);
int (*resume)(struct sh_dev *);
};

Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/mmc/host.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ extern void mmc_free_host(struct mmc_host *);
#define mmc_priv(x) ((void *)((x) + 1))
#define mmc_dev(x) ((x)->dev)

extern int mmc_suspend_host(struct mmc_host *, u32);
extern int mmc_suspend_host(struct mmc_host *, pm_message_t);
extern int mmc_resume_host(struct mmc_host *);

extern void mmc_detect_change(struct mmc_host *);
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/oss/cs46xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -3640,7 +3640,7 @@ static int cs46xx_restart_part(struct cs_card *card)

static void cs461x_reset(struct cs_card *card);
static void cs461x_proc_stop(struct cs_card *card);
static int cs46xx_suspend(struct cs_card *card, u32 state)
static int cs46xx_suspend(struct cs_card *card, pm_message_t state)
{
unsigned int tmp;
CS_DBGOUT(CS_PM | CS_FUNCTION, 4,
Expand Down

0 comments on commit d64e0df

Please sign in to comment.