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