From: Ville Syrjälä Date: Thu, 8 May 2014 19:19:42 +0000 (+0300) Subject: x86/gpu: Sprinkle const, __init and __initconst to stolen memory quirks X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~38^2~141 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36dfcea47a862421154e9943ada5f8147bcbd43c;p=pandora-kernel.git x86/gpu: Sprinkle const, __init and __initconst to stolen memory quirks gen8_stolen_size() is missing __init, so add it. Also all the intel_stolen_funcs structures can be marked __initconst. intel_stolen_ids[] can also be made const if we replace the __initdata with __initconst. Cc: Ingo Molnar Cc: H. Peter Anvin Signed-off-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed