Skip to content

Commit

Permalink
ARM: 8446/1: amba: Remove unused callbacks for legacy system PM
Browse files Browse the repository at this point in the history
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Ulf Hansson authored and Russell King committed Oct 19, 2015
1 parent e8973a8 commit c8d46ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/amba/bus.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit c8d46ec

Please sign in to comment.