net: llc: include linux/errno.h instead of asm/errno.h
authorFabian Frederick <fabf@skynet.be>
Wed, 22 Oct 2014 19:06:26 +0000 (21:06 +0200)
committerDavid 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

index 25c31c0..6daf391 100644 (file)
@@ -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>