Signed-off-by: Martin Hundebøll martin@hundeboll.net --- compat.h | 1 + 1 file changed, 1 insertion(+)
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
On Wednesday, April 25, 2012 21:30:49 Martin Hundebøll wrote:
Signed-off-by: Martin Hundebøll martin@hundeboll.net
compat.h | 1 + 1 file changed, 1 insertion(+)
Applied in revision 8237b11.
Thanks, Marek
b.a.t.m.a.n@lists.open-mesh.org