[PATCH] fix u32 vs. pm_message_t in rest of the tree
This fixes u32 vs. pm_message_t confusion in remaining places. Fortunately there's few of them. Signed-off-by: Pavel Machek <pavel@suse.cz> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
@@ -34,7 +34,7 @@ struct sh_driver {
|
||||
unsigned int bus_id;
|
||||
int (*probe)(struct sh_dev *);
|
||||
int (*remove)(struct sh_dev *);
|
||||
int (*suspend)(struct sh_dev *, u32);
|
||||
int (*suspend)(struct sh_dev *, pm_message_t);
|
||||
int (*resume)(struct sh_dev *);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user