From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Subject: [PATCH 00/17] mark const init data with __initconst instead of __initdata Date: Thu, 29 Mar 2012 23:11:31 +0200 Message-ID: <20120329211131.GA31250@pengutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: Andrew Lunn , Christoph Lameter , linux-mips@linux-mips.org, Tony Lindgren , Benjamin Herrenschmidt , Linus Walleij , Matt Porter , Nicolas Ferre , Matthew Garrett , platform-driver-x86@vger.kernel.org, Grant Likely , ibm-acpi-devel@lists.sourceforge.net, Randy Dunlap , linux-mtd@lists.infradead.org, Sekhar Nori , Daniel Walker , lm-sensors@lm-sensors.org, Klaus Kudielka , Guenter Roeck , Kevin Hilman , linux-ia64@vger.kernel.org, Kukjin Kim , Russell King , Samuel Ortiz Return-path: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-mtd-bounces@lists.infradead.org Errors-To: linux-mtd-bounces+gldm-linux-mtd-36=gmane.org@lists.infradead.org List-Id: netdev.vger.kernel.org Hello, this series fixes a common error to use __initdata to mark const variables. Most of the time this works well enough to go unnoticed (though I wonder why the linker doesn't warn about that). Just try adding something like int something __initdata; to one of the patched files and compile to see the error. While touching these annotations I also corrected the position where it was wrong to go between the variable name and the =3D. Note this series is not compile tested. Best regards Uwe -- = Pengutronix e.K. | Uwe Kleine-K=F6nig | Industrial Linux Solutions | http://www.pengutronix.de/ | ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/