projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75da146
)
net: llc: include linux/errno.h instead of asm/errno.h
author
Fabian Frederick
<fabf@skynet.be>
Wed, 22 Oct 2014 19:06:26 +0000
(21:06 +0200)
committer
David S. Miller
<davem@davemloft.net>
Fri, 24 Oct 2014 19:51:42 +0000
(15:51 -0400)
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/llc/llc_if.c
patch
|
blob
|
blame
|
history
diff --git
a/net/llc/llc_if.c
b/net/llc/llc_if.c
index 25c31c0a3fdbeab3bbf2e2cb6604594bfa758298..6daf391b3e847db42396caf9fbbfe7dca6440006 100644
(file)
--- a/
net/llc/llc_if.c
+++ b/
net/llc/llc_if.c
@@
-15,7
+15,7
@@
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/netdevice.h>
-#include <
asm
/errno.h>
+#include <
linux
/errno.h>
#include <net/llc_if.h>
#include <net/llc_sap.h>
#include <net/llc_s_ev.h>