All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] compat: add an empty implementation for pm_wakeup_event()
@ 2011-05-23 14:17 Eliad Peller
  2011-05-23 22:57 ` Luis R. Rodriguez
  0 siblings, 1 reply; 2+ messages in thread
From: Eliad Peller @ 2011-05-23 14:17 UTC (permalink / raw)
  To: Luis R. Rodriguez; +Cc: linux-wireless

Needed for wl12xx compilation

Signed-off-by: Eliad Peller <eliad@wizery.com>
---
 include/linux/compat-2.6.36.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/linux/compat-2.6.36.h b/include/linux/compat-2.6.36.h
index 7a82522..7bb2bb8 100644
--- a/include/linux/compat-2.6.36.h
+++ b/include/linux/compat-2.6.36.h
@@ -123,6 +123,8 @@ static inline void tty_unlock(void) __releases(kernel_lock)
 
 #define __rcu
 
+static inline void pm_wakeup_event(struct device *dev, unsigned int msec) {}
+
 #endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,36)) */
 
 #endif /* LINUX_26_36_COMPAT_H */
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] compat: add an empty implementation for pm_wakeup_event()
  2011-05-23 14:17 [PATCH] compat: add an empty implementation for pm_wakeup_event() Eliad Peller
@ 2011-05-23 22:57 ` Luis R. Rodriguez
  0 siblings, 0 replies; 2+ messages in thread
From: Luis R. Rodriguez @ 2011-05-23 22:57 UTC (permalink / raw)
  To: Eliad Peller; +Cc: linux-wireless

On Mon, May 23, 2011 at 7:17 AM, Eliad Peller <eliad@wizery.com> wrote:
> Needed for wl12xx compilation
>
> Signed-off-by: Eliad Peller <eliad@wizery.com>

Applied and pushed, thanks!

  Luis

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-05-23 22:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-23 14:17 [PATCH] compat: add an empty implementation for pm_wakeup_event() Eliad Peller
2011-05-23 22:57 ` Luis R. Rodriguez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.