From: Hariharan Rangasamy <hariharanrangasamy@gmail.com>
To: marek.belisko@gmail.com, gregkh@linuxfoundations.org
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
Subject: Subject: [PATCH] Staging: ft1000: ft1000_hw.c: replaced asm header includes with linux headers
Date: Fri, 19 Dec 2014 00:15:22 +0530 [thread overview]
Message-ID: <1418928322.6387.4.camel@hari-laptop> (raw)
used #include <linux/io.h> instead of <asm/io.h>
used #include <linux/bitops.h> instead of <asm/bitops.h>
Signed-off-by: Hariharan Rangasamy <hariharanrangasamy@gmail.com>
---
drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c
b/drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c
index d5475b7..62cdc88 100644
--- a/drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c
+++ b/drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c
@@ -28,8 +28,8 @@
#include <linux/timer.h>
#include <linux/interrupt.h>
#include <linux/in.h>
-#include <asm/io.h>
-#include <asm/bitops.h>
+#include <linux/io.h>
+#include <linux/bitops.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
next reply other threads:[~2014-12-18 18:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-18 18:45 Hariharan Rangasamy [this message]
2014-12-18 21:53 ` Greg KH
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=1418928322.6387.4.camel@hari-laptop \
--to=hariharanrangasamy@gmail.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundations.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marek.belisko@gmail.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
all inboxes | Powered by JetHome®