summaryrefslogtreecommitdiffstats
path: root/include/asm-sh/bus-sh.h
diff options
context:
space:
mode:
authorPavel Machek2005-04-17 00:25:37 +0200
committerLinus Torvalds2005-04-17 00:25:37 +0200
commit3bfffd97ef913045080861d1898286ac8975c22a (patch)
tree482accb34d082f7460c8acc8db6e00331dbf3e29 /include/asm-sh/bus-sh.h
parent[PATCH] fix u32 vs. pm_message_t in driver/video (diff)
downloadkernel-qcow2-linux-3bfffd97ef913045080861d1898286ac8975c22a.tar.gz
kernel-qcow2-linux-3bfffd97ef913045080861d1898286ac8975c22a.tar.xz
kernel-qcow2-linux-3bfffd97ef913045080861d1898286ac8975c22a.zip
[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>
Diffstat (limited to 'include/asm-sh/bus-sh.h')
-rw-r--r--include/asm-sh/bus-sh.h2
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 {
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 *);
};