Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115
b: refs/heads/master
c: f451390
h: refs/heads/master
i:
  113: 81ff381
  111: c926d6d
v: v3
  • Loading branch information
Pavel Machek authored and Linus Torvalds committed Apr 16, 2005
1 parent d7456b9 commit f58148e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 0b9c33a7d6b9f1a72b2dc63bb6b8f055203d9bcb
refs/heads/master: f45139044db870835b53a0fea41da2e04c3958d0
2 changes: 1 addition & 1 deletion trunk/drivers/macintosh/macio_asic.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ static void macio_device_shutdown(struct device *dev)
drv->shutdown(macio_dev);
}

static int macio_device_suspend(struct device *dev, u32 state)
static int macio_device_suspend(struct device *dev, pm_message_t state)
{
struct macio_dev * macio_dev = to_macio_device(dev);
struct macio_driver * drv = to_macio_driver(dev->driver);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/macintosh/mediabay.c
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ static int __devinit media_bay_attach(struct macio_dev *mdev, const struct of_ma

}

static int __pmac media_bay_suspend(struct macio_dev *mdev, u32 state)
static int __pmac media_bay_suspend(struct macio_dev *mdev, pm_message_t state)
{
struct media_bay_info *bay = macio_get_drvdata(mdev);

Expand Down

0 comments on commit f58148e

Please sign in to comment.