From: Ulf Hansson Date: Mon, 19 Oct 2015 08:17:40 +0000 (+0100) Subject: ARM: 8446/1: amba: Remove unused callbacks for legacy system PM X-Git-Tag: v4.4-rc1~163^2^3~2 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=c8d46ece44458a2088896d6fcae123a72bdfd429;p=linux.git ARM: 8446/1: amba: Remove unused callbacks for legacy system PM Signed-off-by: Ulf Hansson Signed-off-by: Russell King --- 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; };