diff options
Diffstat (limited to 'include/asm-sh/bus-sh.h')
-rw-r--r-- | include/asm-sh/bus-sh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sh/bus-sh.h b/include/asm-sh/bus-sh.h index f782a33a98fa..83c5d2fd057f 100644 --- a/include/asm-sh/bus-sh.h +++ b/include/asm-sh/bus-sh.h | |||
@@ -34,7 +34,7 @@ struct sh_driver { | |||
34 | unsigned int bus_id; | 34 | unsigned int bus_id; |
35 | int (*probe)(struct sh_dev *); | 35 | int (*probe)(struct sh_dev *); |
36 | int (*remove)(struct sh_dev *); | 36 | int (*remove)(struct sh_dev *); |
37 | int (*suspend)(struct sh_dev *, u32); | 37 | int (*suspend)(struct sh_dev *, pm_message_t); |
38 | int (*resume)(struct sh_dev *); | 38 | int (*resume)(struct sh_dev *); |
39 | }; | 39 | }; |
40 | 40 | ||