Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9020
b: refs/heads/master
c: e36d394
h: refs/heads/master
v: v3
  • Loading branch information
Richard Purdie authored and Linus Torvalds committed Sep 17, 2005
1 parent accc179 commit a173cfa
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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: 1f87b1e6e6050c0afe8b4afc279121f99043dc54
refs/heads/master: e36d394deb1b59d004ab057e0b5c505ffc5d8c0a
2 changes: 1 addition & 1 deletion trunk/arch/arm/common/locomo.c
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ struct locomo_save_data {
u16 LCM_SPIMD;
};

static int locomo_suspend(struct device *dev, u32 pm_message_t, u32 level)
static int locomo_suspend(struct device *dev, pm_message_t state, u32 level)
{
struct locomo *lchip = dev_get_drvdata(dev);
struct locomo_save_data *save;
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/ppc/syslib/open_pic2.c
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ static void openpic2_cached_disable_irq(u_int irq)
* we need something better to deal with that... Maybe switch to S1 for
* cpufreq changes
*/
int openpic2_suspend(struct sys_device *sysdev, u32 state)
int openpic2_suspend(struct sys_device *sysdev, pm_message_t state)
{
int i;
unsigned long flags;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/serial/mpc52xx_uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ mpc52xx_uart_remove(struct device *dev)

#ifdef CONFIG_PM
static int
mpc52xx_uart_suspend(struct device *dev, u32 state, u32 level)
mpc52xx_uart_suspend(struct device *dev, pm_message_t state, u32 level)
{
struct uart_port *port = (struct uart_port *) dev_get_drvdata(dev);

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/imxfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ static void imxfb_setup_gpio(struct imxfb_info *fbi)
* Power management hooks. Note that we won't be called from IRQ context,
* unlike the blank functions above, so we may sleep.
*/
static int imxfb_suspend(struct device *dev, u32 state, u32 level)
static int imxfb_suspend(struct device *dev, pm_message_t state, u32 level)
{
struct imxfb_info *fbi = dev_get_drvdata(dev);
pr_debug("%s\n",__FUNCTION__);
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/arm/aaci.c
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ static int aaci_do_resume(snd_card_t *card, unsigned int state)
return 0;
}

static int aaci_suspend(struct amba_device *dev, u32 state)
static int aaci_suspend(struct amba_device *dev, pm_message_t state)
{
snd_card_t *card = amba_get_drvdata(dev);
return card ? aaci_do_suspend(card) : 0;
Expand Down

0 comments on commit a173cfa

Please sign in to comment.