]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: 8446/1: amba: Remove unused callbacks for legacy system PM
authorUlf Hansson <ulf.hansson@linaro.org>
Mon, 19 Oct 2015 08:17:40 +0000 (09:17 +0100)
committerRussell 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

index 50fc66868402123dfee3d60738d3f16061e2a6a2..9006c4e75cf737a90335eadcd73e14d59b0f753e 100644 (file)
@@ -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;
 };