x86, efi: Mark disable_runtime as __initdata
authorMatt Fleming <matt.fleming@intel.com>
Fri, 22 Feb 2013 15:03:47 +0000 (15:03 +0000)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 26 Feb 2013 00:01:35 +0000 (16:01 -0800)
commit058e7b5814534461b0e2468fce5a8f8d2f43c38f
tree403067f92888bf9cf62191525909478c2b3d861b
parent1256276c98dbcfb009ac8e0687df9a1e291fd149
x86, efi: Mark disable_runtime as __initdata

disable_runtime is only referenced from __init functions, so mark it
as __initdata.

Reported-by: Yinghai Lu <yinghai@kernel.org>
Reviewed-by: Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Link: http://lkml.kernel.org/r/1361545427-26393-1-git-send-email-matt@console-pimps.org
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/platform/efi/efi.c