2011-04-04 13:32:08

by Mark Brown

[permalink] [raw]
Subject: [PATCH] mfd: Remove compatibility interface for WM831x specific IRQ API

The last user was removed in the merge window.

Signed-off-by: Mark Brown <[email protected]>
---
include/linux/mfd/wm831x/core.h | 26 --------------------------
1 files changed, 0 insertions(+), 26 deletions(-)

diff --git a/include/linux/mfd/wm831x/core.h b/include/linux/mfd/wm831x/core.h
index 903280d..0d515ee 100644
--- a/include/linux/mfd/wm831x/core.h
+++ b/include/linux/mfd/wm831x/core.h
@@ -301,30 +301,4 @@ int wm831x_device_suspend(struct wm831x *wm831x);
int wm831x_irq_init(struct wm831x *wm831x, int irq);
void wm831x_irq_exit(struct wm831x *wm831x);

-static inline int __must_check wm831x_request_irq(struct wm831x *wm831x,
- unsigned int irq,
- irq_handler_t handler,
- unsigned long flags,
- const char *name,
- void *dev)
-{
- return request_threaded_irq(irq, NULL, handler, flags, name, dev);
-}
-
-static inline void wm831x_free_irq(struct wm831x *wm831x,
- unsigned int irq, void *dev)
-{
- free_irq(irq, dev);
-}
-
-static inline void wm831x_disable_irq(struct wm831x *wm831x, int irq)
-{
- disable_irq(irq);
-}
-
-static inline void wm831x_enable_irq(struct wm831x *wm831x, int irq)
-{
- enable_irq(irq);
-}
-
#endif
--
1.7.4.1


2011-04-11 19:36:08

by Samuel Ortiz

[permalink] [raw]
Subject: Re: [PATCH] mfd: Remove compatibility interface for WM831x specific IRQ API

Hi Mark,

On Mon, Apr 04, 2011 at 11:04:12AM +0900, Mark Brown wrote:
> The last user was removed in the merge window.
Thanks a lot. This patch and the following 2 applied to my for-next branch.

Cheers,
Samuel.

--
Intel Open Source Technology Centre
http://oss.intel.com/