mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Grant Likely <grant.likely@secretlab.ca>
To: Graeme Smecher <graeme.smecher@mail.mcgill.ca>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Include missing headers for of_address_to_resource() in MTD and SysACE drivers
Date: Tue, 17 Aug 2010 13:17:35 -0600	[thread overview]
Message-ID: <20100817191735.GA24632@angua.secretlab.ca> (raw)
In-Reply-To: <1282065224-28673-1-git-send-email-graeme.smecher@mail.mcgill.ca>

On Tue, Aug 17, 2010 at 10:13:44AM -0700, Graeme Smecher wrote:
> The drivers for Xilinx' SystemACE and physically mapped MTDs were missing
> prototypes for of_address_to_resource(). This patch adds the necessary
> headers.
> 
> signed-off-by: Graeme Smecher <graeme.smecher@mail.mcgill.ca>

merged, thanks.

g.

> ---
>  drivers/block/xsysace.c       |    1 +
>  drivers/mtd/maps/physmap_of.c |    1 +
>  2 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/block/xsysace.c b/drivers/block/xsysace.c
> index 2982b3e..fa71ba5 100644
> --- a/drivers/block/xsysace.c
> +++ b/drivers/block/xsysace.c
> @@ -96,6 +96,7 @@
>  #if defined(CONFIG_OF)
>  #include <linux/of_device.h>
>  #include <linux/of_platform.h>
> +#include <linux/of_address.h>
>  #endif
>  
>  MODULE_AUTHOR("Grant Likely <grant.likely@secretlab.ca>");
> diff --git a/drivers/mtd/maps/physmap_of.c b/drivers/mtd/maps/physmap_of.c
> index 00af55d..07b13e8 100644
> --- a/drivers/mtd/maps/physmap_of.c
> +++ b/drivers/mtd/maps/physmap_of.c
> @@ -23,6 +23,7 @@
>  #include <linux/mtd/concat.h>
>  #include <linux/of.h>
>  #include <linux/of_platform.h>
> +#include <linux/of_address.h>
>  #include <linux/slab.h>
>  
>  struct of_flash_list {
> -- 
> 1.7.1
> 

      reply	other threads:[~2010-08-17 19:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-17 17:13 Graeme Smecher
2010-08-17 19:17 ` Grant Likely [this message]

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=20100817191735.GA24632@angua.secretlab.ca \
    --to=grant.likely@secretlab.ca \
    --cc=graeme.smecher@mail.mcgill.ca \
    --cc=linux-kernel@vger.kernel.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 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®