* 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
* Re: Subject: [PATCH] Staging: ft1000: ft1000_hw.c: replaced asm header includes with linux headers
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
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2014-12-18 21:53 UTC (permalink / raw)
To: Hariharan Rangasamy; +Cc: marek.belisko, gregkh, devel, linux-kernel
On Fri, Dec 19, 2014 at 12:15:22AM +0530, Hariharan Rangasamy wrote:
>
> 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>
Your subject line looks crazy, not to mention you used my wrong email
address :(
Please fix up and resend.
thanks,
greg k-h
^ permalink raw reply [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.