From: Mathias Krause Date: Wed, 16 Jul 2014 17:43:09 +0000 (+0200) Subject: dell-laptop: Mark dell_quirks[] DMI table as __initconst X-Git-Tag: omap-for-v3.17/fixes-against-rc2~44^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=681480cc568627ab252a8e03edaa44e4d7ccfa81;p=pandora-kernel.git dell-laptop: Mark dell_quirks[] DMI table as __initconst The dell_quirks[] DMI table is only ever used during initialization. Mark it as __initconst so its memory can be released afterwards -- roughly 5.7 kB. In turn, the callback function can be marked with __init, too. Also the touchpad_led_init() function can be marked __init as it's only referenced from dell_init() -- an __init function. Signed-off-by: Mathias Krause Signed-off-by: Matthew Garrett --- Reading git-diff-tree failed