From: Jaswinder Singh Rajput <jaswinder@kernel.org>
To: Greg KH <greg@kroah.com>, Pavel Machek <pavel@ucw.cz>,
San Mehat <san@android.com>, Iliyan Malchev <ibm@android.com>,
Brian Swetland <swetland@google.com>,
devel@driverdev.osuosl.org, LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH] STAGING: includecheck fix: dream, smd_rpcrouter.c
Date: Tue, 22 Sep 2009 20:22:29 +0530 [thread overview]
Message-ID: <1253631149.3784.29.camel@ht.satnam> (raw)
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@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
next reply other threads:[~2009-09-22 14:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-22 14:52 Jaswinder Singh Rajput [this message]
2009-09-23 7:36 ` [PATCH] STAGING: includecheck fix: dream, smd_rpcrouter.c Pavel Machek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1253631149.3784.29.camel@ht.satnam \
--to=jaswinder@kernel.org \
--cc=devel@driverdev.osuosl.org \
--cc=greg@kroah.com \
--cc=ibm@android.com \
--cc=linux-kernel@vger.kernel.org \
--cc=pavel@ucw.cz \
--cc=san@android.com \
--cc=swetland@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox