projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8973a8
)
ARM: 8446/1: amba: Remove unused callbacks for legacy system PM
author
Ulf Hansson
<ulf.hansson@linaro.org>
Mon, 19 Oct 2015 08:17:40 +0000
(09:17 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Mon, 19 Oct 2015 16:08:32 +0000
(17:08 +0100)
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
include/linux/amba/bus.h
patch
|
blob
|
history
diff --git
a/include/linux/amba/bus.h
b/include/linux/amba/bus.h
index
50fc668
..
9006c4e
100644
(file)
--- a/
include/linux/amba/bus.h
+++ b/
include/linux/amba/bus.h
@@
-41,8
+41,6
@@
struct amba_driver {
int (*probe)(struct amba_device *, const struct amba_id *);
int (*remove)(struct amba_device *);
void (*shutdown)(struct amba_device *);
- int (*suspend)(struct amba_device *, pm_message_t);
- int (*resume)(struct amba_device *);
const struct amba_id *id_table;
};