[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <AANLkTikxr3JUR3cBQFONbXqxnF_8pP-EtaYP=mLn2BiC@mail.gmail.com>
Date: Mon, 11 Oct 2010 14:14:29 +0100
From: Ian Molton <ian@...menth.co.uk>
To: Marek Vasut <marek.vasut@...il.com>
Cc: linux-kernel@...r.kernel.org, sameo@...ux.intel.com,
axel.lin@...il.com, hartleys@...ionengravers.com
Subject: Re: [PATCH] Remove __devinitdata from tc6393xb_mmc_resources
Acked-by: Ian Molton <ian@...menth.co.uk>
--
Ian Molton
Linux, Automotive, and other hacking:
http://www.mnementh.co.uk/
On 10 October 2010 02:55, Marek Vasut <marek.vasut@...il.com> wrote:
> This static struct resource tc6393xb_mmc_resources[] is used in resume function,
> therefore the data can not be wiped after init.
>
> Also, this causes a section mismatch.
>
> Signed-off-by: Marek Vasut <marek.vasut@...il.com>
> ---
> drivers/mfd/tc6393xb.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/mfd/tc6393xb.c b/drivers/mfd/tc6393xb.c
> index ef6c42c..1ea80d8 100644
> --- a/drivers/mfd/tc6393xb.c
> +++ b/drivers/mfd/tc6393xb.c
> @@ -155,7 +155,7 @@ static struct resource __devinitdata tc6393xb_nand_resources[] = {
> },
> };
>
> -static struct resource __devinitdata tc6393xb_mmc_resources[] = {
> +static struct resource tc6393xb_mmc_resources[] = {
> {
> .start = 0x800,
> .end = 0x9ff,
> --
> 1.7.1
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists