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 <[email protected]>
---
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
On Tue 2009-09-22 20:22:29, Jaswinder Singh Rajput wrote:
>
> 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 <[email protected]>
Acked-by: Pavel Machek <[email protected]>
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html