From: Fabian Frederick Date: Wed, 22 Oct 2014 19:06:26 +0000 (+0200) Subject: net: llc: include linux/errno.h instead of asm/errno.h X-Git-Tag: v3.19-rc1~118^2~349 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=74bca138e1351a0da5ce9c2936bbccdd0d4e2225;p=thirdparty%2Fkernel%2Flinux.git net: llc: include linux/errno.h instead of asm/errno.h Signed-off-by: Fabian Frederick Signed-off-by: David S. Miller --- diff --git a/net/llc/llc_if.c b/net/llc/llc_if.c index 25c31c0a3fdbe..6daf391b3e847 100644 --- a/net/llc/llc_if.c +++ b/net/llc/llc_if.c @@ -15,7 +15,7 @@ #include #include #include -#include +#include #include #include #include