From: Mathias Krause Date: Sat, 13 Jun 2015 12:26:55 +0000 (+0200) Subject: ACPI / battery: mark DMI table as __initconst X-Git-Tag: omap-for-v4.2/fixes-rc1^2~154^2~11^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=048d16da75cc3ae1a75455c0e7b2bf107c4f0f84;p=pandora-kernel.git ACPI / battery: mark DMI table as __initconst The bat_dmi_table[] DMI table is referenced from the __init function acpi_battery_init_async() only. It and its referenced functions can therefore be marked __initconst to free up ~1kB of runtime memory after initialization is done. Signed-off-by: Mathias Krause Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed