diff options
author | Pavel Machek <pavel@ucw.cz> | 2005-04-17 00:25:24 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-17 00:25:24 +0200 |
commit | 4fd416c14c583ee6ff1e2b17ab05e7e02e170e4c (patch) | |
tree | 4836046f082166b604e43eb3c6009682007ba5fe /drivers/char/agp/efficeon-agp.c | |
parent | [PATCH] pm_message_t: more fixes in common and i386 (diff) | |
download | linux-4fd416c14c583ee6ff1e2b17ab05e7e02e170e4c.tar.xz linux-4fd416c14c583ee6ff1e2b17ab05e7e02e170e4c.zip |
[PATCH] Fix u32 vs. pm_message_t in drivers/char
Here are fixes for drivers/char.
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/char/agp/efficeon-agp.c')
-rw-r--r-- | drivers/char/agp/efficeon-agp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/agp/efficeon-agp.c b/drivers/char/agp/efficeon-agp.c index 52c0a097118c..2a87cecdc912 100644 --- a/drivers/char/agp/efficeon-agp.c +++ b/drivers/char/agp/efficeon-agp.c @@ -408,7 +408,7 @@ static void __devexit agp_efficeon_remove(struct pci_dev *pdev) agp_put_bridge(bridge); } -static int agp_efficeon_suspend(struct pci_dev *dev, u32 state) +static int agp_efficeon_suspend(struct pci_dev *dev, pm_message_t state) { return 0; } |