From 425754b27b9ff48b98c42315fadd53760767eb20 Mon Sep 17 00:00:00 2001 From: Himangi Saraogi Date: Wed, 5 Mar 2014 06:29:03 +0530 Subject: [PATCH] staging:wlags49_h2:change include path for uaccess.h This patch fixes the following issue detected by checkpatch.pl. WARNING: Use #include instead of Signed-off-by: Himangi Saraogi Signed-off-by: Greg Kroah-Hartman --- drivers/staging/wlags49_h2/wl_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/wlags49_h2/wl_main.c b/drivers/staging/wlags49_h2/wl_main.c index 80ae4e55b0fc..1874298ac9d6 100644 --- a/drivers/staging/wlags49_h2/wl_main.c +++ b/drivers/staging/wlags49_h2/wl_main.c @@ -77,7 +77,7 @@ #include #include #include -#include +#include #include #include -- 2.39.2