Code Review
/
linux-3.10.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
raw
| inline |
side by side
[PATCH] fix u32 vs. pm_message_t in rest of the tree
[linux-3.10.git]
/
include
/
asm-sh
/
bus-sh.h
diff --git
a/include/asm-sh/bus-sh.h
b/include/asm-sh/bus-sh.h
index f782a33a98faf6eed9ed1f16e4252e437201ef83..83c5d2fd057fa8ac57a794c3d14a9f27da621d0f 100644
(file)
--- a/
include/asm-sh/bus-sh.h
+++ b/
include/asm-sh/bus-sh.h
@@
-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 *);
};