All of lore.kernel.org
 help / color / mirror / Atom feed
* Subject: [PATCH] Staging: ft1000: ft1000_hw.c:  replaced asm header includes with linux headers
@ 2014-12-18 18:45 Hariharan Rangasamy
  2014-12-18 21:53 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Hariharan Rangasamy @ 2014-12-18 18:45 UTC (permalink / raw)
  To: marek.belisko, gregkh; +Cc: devel, linux-kernel


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>





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-12-18 21:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-18 18:45 Subject: [PATCH] Staging: ft1000: ft1000_hw.c: replaced asm header includes with linux headers Hariharan Rangasamy
2014-12-18 21:53 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.