summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/intel-mid/intel-mid.c
diff options
context:
space:
mode:
authorPaul Gortmaker2013-11-07 19:34:50 +0100
committerH. Peter Anvin2013-11-07 19:44:03 +0100
commitaeeca404266c8ed2997905afc342ba9561f49ca7 (patch)
tree65b86fec489476349ec7f334fc158977e70a6704 /arch/x86/platform/intel-mid/intel-mid.c
parentintel_mid: Move platform device setups to their own platform_<device>.* files (diff)
downloadkernel-qcow2-linux-aeeca404266c8ed2997905afc342ba9561f49ca7.tar.gz
kernel-qcow2-linux-aeeca404266c8ed2997905afc342ba9561f49ca7.tar.xz
kernel-qcow2-linux-aeeca404266c8ed2997905afc342ba9561f49ca7.zip
x86, intel-mid: Do not re-introduce usage of obsolete __cpuinit
The commit 712b6aa8731a7e148298c58cea66a5209c659e3c [Nov7 linux-next via tip/auto-latest] ("intel_mid: Renamed *mrst* to *intel_mid*") adds a __cpuinit. We removed this a couple versions ago; we now want to remove the compat no-op stubs. Introducing new users is not what we want to see at this point in time, as it will break once the stubs are gone. Cc: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com> Cc: David Cohen <david.a.cohen@linux.intel.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Link: http://lkml.kernel.org/r/1383849290-11250-1-git-send-email-paul.gortmaker@windriver.com Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'arch/x86/platform/intel-mid/intel-mid.c')
-rw-r--r--arch/x86/platform/intel-mid/intel-mid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/platform/intel-mid/intel-mid.c b/arch/x86/platform/intel-mid/intel-mid.c
index 523a1c8f7f07..f90e290f689f 100644
--- a/arch/x86/platform/intel-mid/intel-mid.c
+++ b/arch/x86/platform/intel-mid/intel-mid.c
@@ -123,7 +123,7 @@ static void __init intel_mid_time_init(void)
apbt_time_init();
}
-static void __cpuinit intel_mid_arch_setup(void)
+static void intel_mid_arch_setup(void)
{
if (boot_cpu_data.x86 == 6 && boot_cpu_data.x86_model == 0x27)
__intel_mid_cpu_chip = INTEL_MID_CPU_CHIP_PENWELL;