diff options
Diffstat (limited to 'drivers/ipoe/ipoe.c')
-rw-r--r-- | drivers/ipoe/ipoe.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/ipoe/ipoe.c b/drivers/ipoe/ipoe.c index 16787e93..910e7251 100644 --- a/drivers/ipoe/ipoe.c +++ b/drivers/ipoe/ipoe.c @@ -243,6 +243,11 @@ static int ipoe_check_interface(int ifindex) return r; } +#ifndef u64_stats_fetch_begin_bh +#define u64_stats_fetch_begin_bh u64_stats_fetch_begin_irq +#define u64_stats_fetch_retry_bh u64_stats_fetch_retry_irq +#endif + static int ipoe_do_nat(struct sk_buff *skb, __be32 new_addr, int to_peer) { |