From c54a639086b981c606bb2407f61bd880b70a96d5 Mon Sep 17 00:00:00 2001 From: Johan Meiring Date: Fri, 30 Nov 2012 18:58:50 +0200 Subject: [PATCH] staging: wlags49_h2: wl_priv: fixes incorrect #include This commit forces the file to use instead of . Everything still compiles a-OK. Signed-off-by: Johan Meiring Signed-off-by: Greg Kroah-Hartman --- drivers/staging/wlags49_h2/wl_priv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/wlags49_h2/wl_priv.c b/drivers/staging/wlags49_h2/wl_priv.c index 23403e9..e2615a1 100644 --- a/drivers/staging/wlags49_h2/wl_priv.c +++ b/drivers/staging/wlags49_h2/wl_priv.c @@ -67,7 +67,7 @@ #include #include #include -#include +#include #include #include -- 2.7.4