* [PATCH] amba: Remove unused callbacks for legacy system PM
@ 2015-07-24 9:24 Ulf Hansson
0 siblings, 0 replies; only message in thread
From: Ulf Hansson @ 2015-07-24 9:24 UTC (permalink / raw)
To: linux-arm-kernel
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
---
This patch depends on the following commit cee3d8ccbecb
Input: ambakmi - fix system PM by converting to modern callbacks
That patch was recently queued through Dmitry's tree. I suggest that $subject
patch also goes via Dmitry's tree, with Russell's ack of course.
---
include/linux/amba/bus.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/linux/amba/bus.h b/include/linux/amba/bus.h
index 50fc668..9006c4e 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;
};
--
1.9.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-07-24 9:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-24 9:24 [PATCH] amba: Remove unused callbacks for legacy system PM Ulf Hansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).