All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Gustavo F. Padovan" <gustavo@padovan.org>
To: Cody Rester <codyrester@gmail.com>
Cc: marcel@holtmann.org, linux-bluetooth@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] drivers: bluetooth: bluecard_cs.c: Fixed include error, changed to linux/io.h
Date: Sun, 27 Jun 2010 03:50:07 -0300	[thread overview]
Message-ID: <20100627065006.GA32318@vigoh> (raw)
In-Reply-To: <1277619142-10751-1-git-send-email-codyrester@gmail.com>

* 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

  reply	other threads:[~2010-06-27  6:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2010-07-02  4:28   ` David Miller

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=20100627065006.GA32318@vigoh \
    --to=gustavo@padovan.org \
    --cc=codyrester@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcel@holtmann.org \
    /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 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.