mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
2.6.25/2.6.26: fix compiler warning in imq.c
SVN-Revision: 12770
This commit is contained in:
parent
ec6c0fdc5e
commit
dcca20be51
@ -79,7 +79,7 @@
|
||||
+
|
||||
+struct imq_private {
|
||||
+ struct tasklet_struct tasklet;
|
||||
+ int tasklet_pending;
|
||||
+ unsigned long tasklet_pending;
|
||||
+};
|
||||
+
|
||||
+static nf_hookfn imq_nf_hook;
|
||||
|
@ -79,7 +79,7 @@
|
||||
+
|
||||
+struct imq_private {
|
||||
+ struct tasklet_struct tasklet;
|
||||
+ int tasklet_pending;
|
||||
+ unsigned long tasklet_pending;
|
||||
+};
|
||||
+
|
||||
+static nf_hookfn imq_nf_hook;
|
||||
|
Loading…
Reference in New Issue
Block a user