Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Ulf Hansson and committed by
Russell King
c8d46ece e8973a88

-2
-2
include/linux/amba/bus.h
··· 41 41 int (*probe)(struct amba_device *, const struct amba_id *); 42 42 int (*remove)(struct amba_device *); 43 43 void (*shutdown)(struct amba_device *); 44 - int (*suspend)(struct amba_device *, pm_message_t); 45 - int (*resume)(struct amba_device *); 46 44 const struct amba_id *id_table; 47 45 }; 48 46