aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bmac.c
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2005-04-16 18:25:25 -0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-16 18:25:25 -0400
commit05adc3b7458e97a1d0180828000207a403083389 (patch)
treeb7ec16681719bfd3caac350a750b50ed5a4abf50 /drivers/net/bmac.c
parent4fd416c14c583ee6ff1e2b17ab05e7e02e170e4c (diff)
[PATCH] u32 vs. pm_message_t fixes for drivers/net
This fixes remaining u32s in drivers/ net. Signed-off-by: Pavel Machek <pavel@suse.cz> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/net/bmac.c')
-rw-r--r--drivers/net/bmac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bmac.c b/drivers/net/bmac.c
index 3d2be7c28e06..734bd4ee3f9b 100644
--- a/drivers/net/bmac.c
+++ b/drivers/net/bmac.c
@@ -455,7 +455,7 @@ static void bmac_init_chip(struct net_device *dev)
455} 455}
456 456
457#ifdef CONFIG_PM 457#ifdef CONFIG_PM
458static int bmac_suspend(struct macio_dev *mdev, u32 state) 458static int bmac_suspend(struct macio_dev *mdev, pm_message_t state)
459{ 459{
460 struct net_device* dev = macio_get_drvdata(mdev); 460 struct net_device* dev = macio_get_drvdata(mdev);
461 struct bmac_data *bp = netdev_priv(dev); 461 struct bmac_data *bp = netdev_priv(dev);