diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2015-10-19 09:17:40 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2015-10-19 17:08:32 +0100 |
commit | c8d46ece44458a2088896d6fcae123a72bdfd429 (patch) | |
tree | a082edab44d5bf1d65b1e145fd5612f7a3cecafd /include/linux/amba | |
parent | e8973a889e69cb86cac08bec2863c878c0d27af9 (diff) | |
download | blackbird-op-linux-c8d46ece44458a2088896d6fcae123a72bdfd429.tar.gz blackbird-op-linux-c8d46ece44458a2088896d6fcae123a72bdfd429.zip |
ARM: 8446/1: amba: Remove unused callbacks for legacy system PM
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/linux/amba')
-rw-r--r-- | include/linux/amba/bus.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/amba/bus.h b/include/linux/amba/bus.h index 50fc66868402..9006c4e75cf7 100644 --- 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; }; |