[PATCH] net/core/filter.c: Fix build error

From: Ingo Molnar
Date: Thu May 26 2011 - 08:11:14 EST


Fix:

net/core/filter.c:353:4: error: invalid storage class for function âDEFINE_RATELIMIT_STATEâ

Signed-off-by: Ingo Molnar <mingo@xxxxxxx>
---
net/core/filter.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/net/core/filter.c b/net/core/filter.c
index 0e3622f..36f975f 100644
--- a/net/core/filter.c
+++ b/net/core/filter.c
@@ -38,6 +38,7 @@
#include <asm/unaligned.h>
#include <linux/filter.h>
#include <linux/reciprocal_div.h>
+#include <linux/ratelimit.h>

/* No hurry in this branch */
static void *__load_pointer(const struct sk_buff *skb, int k, unsigned int size)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/