Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109
b: refs/heads/master
c: 8bf2803
h: refs/heads/master
i:
  107: e63533f
v: v3
  • Loading branch information
Pavel Machek authored and Linus Torvalds committed Apr 16, 2005
1 parent ee64418 commit 1103284
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 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: 05adc3b7458e97a1d0180828000207a403083389
refs/heads/master: 8bf28030f3683f69669d08cb5b32bc46db3d22ae
2 changes: 1 addition & 1 deletion trunk/drivers/pcmcia/au1000_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ static int au1x00_drv_pcmcia_probe(struct device *dev)
}


static int au1x00_drv_pcmcia_suspend(struct device *dev, u32 state, u32 level)
static int au1x00_drv_pcmcia_suspend(struct device *dev, pm_message_t state, u32 level)
{
int ret = 0;
if (level == SUSPEND_SAVE_STATE)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/pcmcia/hd64465_ss.c
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ static void hs_exit_socket(hs_socket_t *sp)
local_irq_restore(flags);
}

static int hd64465_suspend(struct device *dev, u32 state, u32 level)
static int hd64465_suspend(struct device *dev, pm_message_t state, u32 level)
{
int ret = 0;
if (level == SUSPEND_SAVE_STATE)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/pcmcia/m32r_cfc.c
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ static struct pccard_operations pcc_operations = {

/*====================================================================*/

static int m32r_pcc_suspend(struct device *dev, u32 state, u32 level)
static int m32r_pcc_suspend(struct device *dev, pm_message_t state, u32 level)
{
int ret = 0;
if (level == SUSPEND_SAVE_STATE)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/pcmcia/m32r_pcc.c
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ static struct pccard_operations pcc_operations = {

/*====================================================================*/

static int m32r_pcc_suspend(struct device *dev, u32 state, u32 level)
static int m32r_pcc_suspend(struct device *dev, pm_message_t state, u32 level)
{
int ret = 0;
if (level == SUSPEND_SAVE_STATE)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/pcmcia/pxa2xx_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ int pxa2xx_drv_pcmcia_probe(struct device *dev)
}
EXPORT_SYMBOL(pxa2xx_drv_pcmcia_probe);

static int pxa2xx_drv_pcmcia_suspend(struct device *dev, u32 state, u32 level)
static int pxa2xx_drv_pcmcia_suspend(struct device *dev, pm_message_t state, u32 level)
{
int ret = 0;
if (level == SUSPEND_SAVE_STATE)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/pcmcia/sa1100_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ static int sa11x0_drv_pcmcia_probe(struct device *dev)
return ret;
}

static int sa11x0_drv_pcmcia_suspend(struct device *dev, u32 state, u32 level)
static int sa11x0_drv_pcmcia_suspend(struct device *dev, pm_message_t state, u32 level)
{
int ret = 0;
if (level == SUSPEND_SAVE_STATE)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/pcmcia/sa1111_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ static int __devexit pcmcia_remove(struct sa1111_dev *dev)
return 0;
}

static int pcmcia_suspend(struct sa1111_dev *dev, u32 state)
static int pcmcia_suspend(struct sa1111_dev *dev, pm_message_t state)
{
return pcmcia_socket_dev_suspend(&dev->dev, state);
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/pcmcia/vrc4171_card.c
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ static int __devinit vrc4171_card_setup(char *options)

__setup("vrc4171_card=", vrc4171_card_setup);

static int vrc4171_card_suspend(struct device *dev, u32 state, u32 level)
static int vrc4171_card_suspend(struct device *dev, pm_message_t state, u32 level)
{
int retval = 0;

Expand Down

0 comments on commit 1103284

Please sign in to comment.