[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
This commit is contained in:
Gabor Juhos
2008-09-28 19:07:37 +00:00
parent a36e7924a2
commit 55b2a182ed
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@
+
+struct imq_private {
+ struct tasklet_struct tasklet;
+ int tasklet_pending;
+ unsigned long tasklet_pending;
+};
+
+static nf_hookfn imq_nf_hook;

View File

@@ -79,7 +79,7 @@
+
+struct imq_private {
+ struct tasklet_struct tasklet;
+ int tasklet_pending;
+ unsigned long tasklet_pending;
+};
+
+static nf_hookfn imq_nf_hook;