[PATCH] STAGING: includecheck fix: dream, smd_rpcrouter.c

Jaswinder Singh Rajput jaswinder at kernel.org
Tue Sep 22 14:52:29 UTC 2009


fix the following 'make includecheck' warning:

  drivers/staging/dream/smd/smd_rpcrouter.c: asm/byteorder.h is included more than once.

And <asm/uaccess.h> is not required if we include <linux/uaccess.h>
as it will be automatically included from <linux/uaccess.h>

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput at gmail.com>
---
 drivers/staging/dream/smd/smd_rpcrouter.c |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/drivers/staging/dream/smd/smd_rpcrouter.c b/drivers/staging/dream/smd/smd_rpcrouter.c
index d4a4a88..4c6457c 100644
--- a/drivers/staging/dream/smd/smd_rpcrouter.c
+++ b/drivers/staging/dream/smd/smd_rpcrouter.c
@@ -34,12 +34,9 @@
 #include <linux/sched.h>
 #include <linux/poll.h>
 #include <linux/wakelock.h>
-#include <asm/uaccess.h>
-#include <asm/byteorder.h>
-#include <linux/platform_device.h>
 #include <linux/uaccess.h>
-
 #include <asm/byteorder.h>
+#include <linux/platform_device.h>
 
 #include <mach/msm_smd.h>
 #include "smd_rpcrouter.h"
-- 
1.6.0.6





More information about the devel mailing list