Commit f30565eb authored by James Morris's avatar James Morris Committed by David S. Miller

net/ipv4/netfilter/ipfwadm_core.c: Fix build bustage when debugging is enabled.

parent 37809ec7
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
#define dprint_ip(a) #define dprint_ip(a)
#endif #endif
static rwlock_t ip_fw_lock = RW_LOCK_UNLOCKED; static DECLARE_RWLOCK(ip_fw_lock);
#if defined(CONFIG_IP_ACCT) || defined(CONFIG_IP_FIREWALL) #if defined(CONFIG_IP_ACCT) || defined(CONFIG_IP_FIREWALL)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment