projects
/
GitHub
/
LineageOS
/
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:
e000016
)
net/appletalk: using compat_ptr needs inclusion of linux/compat.h
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Mon, 9 Nov 2009 04:41:03 +0000
(20:41 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 9 Nov 2009 04:41:03 +0000
(20:41 -0800)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/appletalk/ddp.c
patch
|
blob
|
blame
|
history
diff --git
a/net/appletalk/ddp.c
b/net/appletalk/ddp.c
index b631cc7345403bd5fd8b1ef104475afcf870b3b2..73ca4d52492891dc1c51e4ac50d624c047a23aa4 100644
(file)
--- a/
net/appletalk/ddp.c
+++ b/
net/appletalk/ddp.c
@@
-56,6
+56,7
@@
#include <linux/if_arp.h>
#include <linux/smp_lock.h>
#include <linux/termios.h> /* For TIOCOUTQ/INQ */
+#include <linux/compat.h>
#include <net/datalink.h>
#include <net/psnap.h>
#include <net/sock.h>