summaryrefslogtreecommitdiff
path: root/include/asm-ppc/macio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ppc/macio.h')
-rw-r--r--include/asm-ppc/macio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc/macio.h b/include/asm-ppc/macio.h
index 00605bb..2cafc99 100644
--- a/include/asm-ppc/macio.h
+++ b/include/asm-ppc/macio.h
@@ -126,7 +126,7 @@ struct macio_driver
int (*probe)(struct macio_dev* dev, const struct of_match *match);
int (*remove)(struct macio_dev* dev);
- int (*suspend)(struct macio_dev* dev, u32 state);
+ int (*suspend)(struct macio_dev* dev, pm_message_t state);
int (*resume)(struct macio_dev* dev);
int (*shutdown)(struct macio_dev* dev);