projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2cf336
)
l2tp: Add missing net/net/ip6_checksum.h include.
author
David S. Miller
<davem@davemloft.net>
Mon, 30 Apr 2012 17:21:28 +0000
(13:21 -0400)
committer
David S. Miller
<davem@davemloft.net>
Mon, 30 Apr 2012 17:21:28 +0000
(13:21 -0400)
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/l2tp/l2tp_core.c
patch
|
blob
|
blame
|
history
diff --git
a/net/l2tp/l2tp_core.c
b/net/l2tp/l2tp_core.c
index e91d55924d94bb0e79336bdbf698f91eaacce2b2..0ca9bc39150f3c7841adaa1a9fee8a8eb30bbb67 100644
(file)
--- a/
net/l2tp/l2tp_core.c
+++ b/
net/l2tp/l2tp_core.c
@@
-56,6
+56,7
@@
#include <net/inet6_connection_sock.h>
#include <net/inet_ecn.h>
#include <net/ip6_route.h>
+#include <net/ip6_checksum.h>
#include <asm/byteorder.h>
#include <linux/atomic.h>