[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <8bd0f97a0812262240x46a0e197s7a46b19354c47aa9@mail.gmail.com>
Date: Sat, 27 Dec 2008 01:40:43 -0500
From: "Mike Frysinger" <vapier.adi@...il.com>
To: "Andrew Morton" <akpm@...ux-foundation.org>
Cc: lkml <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] autodetect_raid: add missing __init marking
On Thu, Nov 20, 2008 at 23:05, Mike Frysinger wrote:
> The function autodetect_raid is only used by __init functions, and it refers
> to __initdata, so it needs __init markings. Fixes this error:
> The function autodetect_raid() references
> the variable __initdata raid_noautodetect.
> This is often because autodetect_raid lacks a __initdata
> annotation or the annotation of raid_noautodetect is wrong.
Andrew: could you add this ?
-mike
--
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