Commit bd7a510c authored by Matthew Wilcox's avatar Matthew Wilcox Committed by David S. Miller

[NETFILTER]: Use net/checksum.h instead of asm/checksum.h

parent 26b97526
......@@ -51,9 +51,9 @@
#include <linux/netfilter_ipv4/ip_nat.h>
#include <linux/netfilter_ipv4/ip_nat_helper.h>
#include <linux/ip.h>
#include <net/checksum.h>
#include <net/udp.h>
#include <asm/uaccess.h>
#include <asm/checksum.h>
MODULE_LICENSE("GPL");
MODULE_AUTHOR("James Morris <jmorris@intercode.com.au>");
......
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