Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c8d46ece authored by Ulf Hansson's avatar Ulf Hansson Committed by Russell King
Browse files

ARM: 8446/1: amba: Remove unused callbacks for legacy system PM

parent e8973a88
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;
};