From: Andre Haupt Date: Mon, 26 Jan 2009 15:12:17 +0000 (+0100) Subject: Staging: me4000: use linux/uaccess.h and linux/io.h X-Git-Tag: v2.6.30-rc1~202^2~566 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=07d2a2823014927e3578377a07868400837a79c6;p=~shefty%2Frdma-dev.git Staging: me4000: use linux/uaccess.h and linux/io.h This fixes the following checkpatch.pl warnings: WARNING: Use #include instead of WARNING: Use #include instead of Signed-off-by: Andre Haupt Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/me4000/me4000.c b/drivers/staging/me4000/me4000.c index e1c4a807890..dbe93f9a18c 100644 --- a/drivers/staging/me4000/me4000.c +++ b/drivers/staging/me4000/me4000.c @@ -36,8 +36,8 @@ #include #include #include -#include -#include +#include +#include #include /* Include-File for the Meilhaus ME-4000 I/O board */