The following commit has been merged in the next branch: commit 8237b119981c9d7c01029b1a8fe90c04fad5459d Author: Martin Hundebøll martin@hundeboll.net Date: Wed Apr 25 15:30:49 2012 +0200
batman-adv: Define attribute __percpu for < 2.6.33
Signed-off-by: Martin Hundebøll martin@hundeboll.net
diff --git a/compat.h b/compat.h index 2dc41b1..33c52d3 100644 --- a/compat.h +++ b/compat.h @@ -59,6 +59,7 @@ #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 33)
#define __always_unused __attribute__((unused)) +#define __percpu
#define skb_iif iif