From 98eb073946e453d7386181b0a0b4435f9aaafd73 Mon Sep 17 00:00:00 2001
From: juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Sun, 28 Sep 2008 19:07:37 +0000
Subject: [kernel] 2.6.25/2.6.26: fix compiler warning in imq.c

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12770 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 target/linux/generic-2.6/patches-2.6.25/150-netfilter_imq.patch | 2 +-
 target/linux/generic-2.6/patches-2.6.26/150-netfilter_imq.patch | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

(limited to 'target/linux')

diff --git a/target/linux/generic-2.6/patches-2.6.25/150-netfilter_imq.patch b/target/linux/generic-2.6/patches-2.6.25/150-netfilter_imq.patch
index fdf749d43..3e2423ffe 100644
--- a/target/linux/generic-2.6/patches-2.6.25/150-netfilter_imq.patch
+++ b/target/linux/generic-2.6/patches-2.6.25/150-netfilter_imq.patch
@@ -79,7 +79,7 @@
 +
 +struct imq_private {
 +	struct tasklet_struct tasklet;
-+	int tasklet_pending;
++	unsigned long tasklet_pending;
 +};
 +
 +static nf_hookfn imq_nf_hook;
diff --git a/target/linux/generic-2.6/patches-2.6.26/150-netfilter_imq.patch b/target/linux/generic-2.6/patches-2.6.26/150-netfilter_imq.patch
index ba9a93c13..d43baf01d 100644
--- a/target/linux/generic-2.6/patches-2.6.26/150-netfilter_imq.patch
+++ b/target/linux/generic-2.6/patches-2.6.26/150-netfilter_imq.patch
@@ -79,7 +79,7 @@
 +
 +struct imq_private {
 +	struct tasklet_struct tasklet;
-+	int tasklet_pending;
++	unsigned long tasklet_pending;
 +};
 +
 +static nf_hookfn imq_nf_hook;
-- 
cgit v1.2.3