From 3d9dc5db40355c8c8eb0276b6f40016f5a32efa3 Mon Sep 17 00:00:00 2001 From: Mark Hounschell Date: Fri, 28 Feb 2014 12:42:12 -0500 Subject: [PATCH] staging: dgap: Fix include errs reported by checkpatch This patch fixes all "include" related errors in dgap.c as reported by checkpatch Signed-off-by: Mark Hounschell Signed-off-by: Greg Kroah-Hartman --- drivers/staging/dgap/dgap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/dgap/dgap.c b/drivers/staging/dgap/dgap.c index 5a92398..8fa11ab 100644 --- a/drivers/staging/dgap/dgap.c +++ b/drivers/staging/dgap/dgap.c @@ -61,7 +61,7 @@ #include #include /* For udelay */ #include -#include /* For copy_from_user/copy_to_user */ +#include #include #include /* For tasklet and interrupt structs/defines */ @@ -69,7 +69,7 @@ #include #include #include -#include /* For read[bwl]/write[bwl] */ +#include /* For read[bwl]/write[bwl] */ #include #include -- 2.7.4