linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers: bluetooth: bluecard_cs.c: Fixed include error, changed to linux/io.h
@ 2010-06-27  6:12 Cody Rester
  2010-06-27  6:50 ` Gustavo F. Padovan
  0 siblings, 1 reply; 3+ messages in thread
From: Cody Rester @ 2010-06-27  6:12 UTC (permalink / raw)
  To: marcel; +Cc: linux-bluetooth, linux-kernel, Cody Rester

Fixed include error, changed to linux/io.h

Signed-off-by: Cody Rester <codyrester@gmail.com>
---
 drivers/bluetooth/bluecard_cs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/bluetooth/bluecard_cs.c b/drivers/bluetooth/bluecard_cs.c
index d9bf87c..89a4455 100644
--- a/drivers/bluetooth/bluecard_cs.c
+++ b/drivers/bluetooth/bluecard_cs.c
@@ -37,7 +37,7 @@
 #include <linux/wait.h>
 
 #include <linux/skbuff.h>
-#include <asm/io.h>
+#include <linux/io.h>
 
 #include <pcmcia/cs_types.h>
 #include <pcmcia/cs.h>
-- 
1.7.0.4

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

* Re: [PATCH] drivers: bluetooth: bluecard_cs.c: Fixed include error, changed to linux/io.h
  2010-06-27  6:12 [PATCH] drivers: bluetooth: bluecard_cs.c: Fixed include error, changed to linux/io.h Cody Rester
@ 2010-06-27  6:50 ` Gustavo F. Padovan
  2010-07-02  4:28   ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Gustavo F. Padovan @ 2010-06-27  6:50 UTC (permalink / raw)
  To: Cody Rester; +Cc: marcel, linux-bluetooth, linux-kernel

* Cody Rester <codyrester@gmail.com> [2010-06-27 02:12:22 -0400]:

> Fixed include error, changed to linux/io.h
> 
> Signed-off-by: Cody Rester <codyrester@gmail.com>
> ---
>  drivers/bluetooth/bluecard_cs.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/bluetooth/bluecard_cs.c b/drivers/bluetooth/bluecard_cs.c
> index d9bf87c..89a4455 100644
> --- a/drivers/bluetooth/bluecard_cs.c
> +++ b/drivers/bluetooth/bluecard_cs.c
> @@ -37,7 +37,7 @@
>  #include <linux/wait.h>
>  
>  #include <linux/skbuff.h>
> -#include <asm/io.h>
> +#include <linux/io.h>
>  
>  #include <pcmcia/cs_types.h>
>  #include <pcmcia/cs.h>
> -- 
> 1.7.0.4

Acked-by: Gustavo F. Padovan <padovan@profusion.mobi>

-- 
Gustavo F. Padovan
http://padovan.org

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

* Re: [PATCH] drivers: bluetooth: bluecard_cs.c: Fixed include error, changed to linux/io.h
  2010-06-27  6:50 ` Gustavo F. Padovan
@ 2010-07-02  4:28   ` David Miller
  0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2010-07-02  4:28 UTC (permalink / raw)
  To: gustavo; +Cc: codyrester, marcel, linux-bluetooth, linux-kernel

From: "Gustavo F. Padovan" <gustavo@padovan.org>
Date: Sun, 27 Jun 2010 03:50:07 -0300

> * Cody Rester <codyrester@gmail.com> [2010-06-27 02:12:22 -0400]:
> 
>> Fixed include error, changed to linux/io.h
>> 
>> Signed-off-by: Cody Rester <codyrester@gmail.com>
...
> Acked-by: Gustavo F. Padovan <padovan@profusion.mobi>

Applied, thanks.

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

end of thread, other threads:[~2010-07-02  4:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-27  6:12 [PATCH] drivers: bluetooth: bluecard_cs.c: Fixed include error, changed to linux/io.h Cody Rester
2010-06-27  6:50 ` Gustavo F. Padovan
2010-07-02  4:28   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).