On 23:12 Thu 29 Mar     , Uwe Kleine-König wrote:
> As long as there is no other non-const variable marked __initdata in the
> same compilation unit it doesn't hurt. If there were one however
> compilation would fail with
> 
>       error: $variablename causes a section type conflict
> 
> because a section containing const variables is marked read only and so
> cannot contain non-const variables.
> 
> Signed-off-by: Uwe Kleine-König <u.kleine-koe...@pengutronix.de>
> Cc: Andrew Victor <li...@maxim.org.za>
> Cc: Nicolas Ferre <nicolas.fe...@atmel.com>
> Cc: Jean-Christophe Plagniol-Villard <plagn...@jcrosoft.com>
> Cc: Russell King <li...@arm.linux.org.uk>
> Cc: Sekhar Nori <nsek...@ti.com>
> Cc: Kevin Hilman <khil...@ti.com>
> Cc: Kukjin Kim <kgene....@samsung.com>
> Cc: Sascha Hauer <ker...@pengutronix.de>
> Cc: Shawn Guo <shawn....@linaro.org>
> Cc: Lennert Buytenhek <ker...@wantstofly.org>
> Cc: Nicolas Pitre <n...@fluxnic.net>
> Cc: Eric Miao <eric.y.m...@gmail.com>
> Cc: Haojian Zhuang <haojian.zhu...@gmail.com>
> Cc: David Brown <dav...@codeaurora.org>
> Cc: Daniel Walker <dwal...@fifo99.com>
> Cc: Bryan Huntsman <bry...@codeaurora.org>
> Cc: Tony Lindgren <t...@atomide.com>
> Cc: Barry Song <baohua.s...@csr.com>
> Cc: Andrew Lunn <and...@lunn.ch>
> Cc: Lucas De Marchi <lucas.demar...@profusion.mobi>
> Cc: linux-arm-ker...@lists.infradead.org
> Cc: davinci-linux-open-sou...@linux.davincidsp.com
> Cc: linux-samsung-...@vger.kernel.org
> Cc: linux-arm-...@vger.kernel.org
> Cc: linux-omap@vger.kernel.org
> ---
>  arch/arm/mach-at91/board-dt.c                 |    2 +-
>  arch/arm/mach-at91/clock.c                    |    2 +-
for at91
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagn...@jcrosoft.com>

Best Regards,
J.
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to