From: Mark Hounschell Date: Fri, 28 Feb 2014 17:42:12 +0000 (-0500) Subject: staging: dgap: Fix include errs reported by checkpatch X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=3d9dc5db40355c8c8eb0276b6f40016f5a32efa3;p=deliverable%2Flinux.git 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 --- diff --git a/drivers/staging/dgap/dgap.c b/drivers/staging/dgap/dgap.c index 5a92398f9892..8fa11ab2dc62 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