From: Mathias Krause Date: Wed, 16 Jul 2014 17:43:07 +0000 (+0200) Subject: alienware-wmi: Mark DMI table as __initconst X-Git-Tag: omap-for-v3.17/fixes-against-rc2~44^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d997d88edff9f47f4939560823f656432d8bc821;p=pandora-kernel.git alienware-wmi: Mark DMI table as __initconst The DMI table is only ever used during initialization. Mark it as __initconst so its memory can be released appropriately. In turn, the callback function can be marked with __init, too. Signed-off-by: Mathias Krause Signed-off-by: Matthew Garrett --- Reading git-diff-tree failed