mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 21:09:53 +02:00
[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:
parent
baf609d512
commit
98eb073946
@ -79,7 +79,7 @@
|
|||||||
+
|
+
|
||||||
+struct imq_private {
|
+struct imq_private {
|
||||||
+ struct tasklet_struct tasklet;
|
+ struct tasklet_struct tasklet;
|
||||||
+ int tasklet_pending;
|
+ unsigned long tasklet_pending;
|
||||||
+};
|
+};
|
||||||
+
|
+
|
||||||
+static nf_hookfn imq_nf_hook;
|
+static nf_hookfn imq_nf_hook;
|
||||||
|
@ -79,7 +79,7 @@
|
|||||||
+
|
+
|
||||||
+struct imq_private {
|
+struct imq_private {
|
||||||
+ struct tasklet_struct tasklet;
|
+ struct tasklet_struct tasklet;
|
||||||
+ int tasklet_pending;
|
+ unsigned long tasklet_pending;
|
||||||
+};
|
+};
|
||||||
+
|
+
|
||||||
+static nf_hookfn imq_nf_hook;
|
+static nf_hookfn imq_nf_hook;
|
||||||
|
Loading…
Reference in New Issue
Block a user