diff options
Diffstat (limited to 'include/asm-ppc/macio.h')
-rw-r--r-- | include/asm-ppc/macio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc/macio.h b/include/asm-ppc/macio.h index 00605bb88b2a..2cafc9978607 100644 --- a/include/asm-ppc/macio.h +++ b/include/asm-ppc/macio.h | |||
@@ -126,7 +126,7 @@ struct macio_driver | |||
126 | int (*probe)(struct macio_dev* dev, const struct of_match *match); | 126 | int (*probe)(struct macio_dev* dev, const struct of_match *match); |
127 | int (*remove)(struct macio_dev* dev); | 127 | int (*remove)(struct macio_dev* dev); |
128 | 128 | ||
129 | int (*suspend)(struct macio_dev* dev, u32 state); | 129 | int (*suspend)(struct macio_dev* dev, pm_message_t state); |
130 | int (*resume)(struct macio_dev* dev); | 130 | int (*resume)(struct macio_dev* dev); |
131 | int (*shutdown)(struct macio_dev* dev); | 131 | int (*shutdown)(struct macio_dev* dev); |
132 | 132 | ||