From d08656f975103c1bfbbf314abd175acf33a8b8f8 Mon Sep 17 00:00:00 2001 From: Eliad Peller Date: Mon, 23 May 2011 17:17:05 +0300 Subject: [PATCH] compat: add an empty implementation for pm_wakeup_event() Needed for wl12xx compilation Signed-off-by: Eliad Peller --- include/linux/compat-2.6.36.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/compat-2.6.36.h b/include/linux/compat-2.6.36.h index 7a825228c26a..7bb2bb822366 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 */ -- 2.30.2