Messages in this thread Patch in this message |  | | From | Fabian Frederick <> | Subject | [PATCH 1/1 net-next] net: llc: include linux/errno.h instead of asm/errno.h | Date | Wed, 22 Oct 2014 21:06:26 +0200 |
| |
Signed-off-by: Fabian Frederick <fabf@skynet.be> --- net/llc/llc_if.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/llc/llc_if.c b/net/llc/llc_if.c index 25c31c0..6daf391 100644 --- 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> -- 1.9.1
|  |