aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/intel-mid.h
diff options
context:
space:
mode:
authorAndy Shevchenko <[email protected]>2021-01-25 19:39:45 +0000
committerRafael J. Wysocki <[email protected]>2021-02-09 14:28:36 +0000
commit59326a6748ce0ed7ea0c3d63576f37e0d61926be (patch)
treeb35a0b97dd5ffc7ea0c3c198e44c27133a5bba74 /arch/x86/include/asm/intel-mid.h
parentx86/platform/intel-mid: Remove unused leftovers (msic_thermal) (diff)
downloadkernel-59326a6748ce0ed7ea0c3d63576f37e0d61926be.tar.gz
kernel-59326a6748ce0ed7ea0c3d63576f37e0d61926be.zip
x86/platform/intel-mid: Remove unused leftovers (msic)
There is no driver present, remove the device creation and other leftovers. Signed-off-by: Andy Shevchenko <[email protected]> Acked-by: Linus Walleij <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'arch/x86/include/asm/intel-mid.h')
-rw-r--r--arch/x86/include/asm/intel-mid.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/x86/include/asm/intel-mid.h b/arch/x86/include/asm/intel-mid.h
index cf0e25f45422..e68ae2155db3 100644
--- a/arch/x86/include/asm/intel-mid.h
+++ b/arch/x86/include/asm/intel-mid.h
@@ -37,7 +37,6 @@ struct devs_id {
char name[SFI_NAME_LEN + 1];
u8 type;
u8 delay;
- u8 msic;
void *(*get_platform_data)(void *info);
};
@@ -83,18 +82,12 @@ static inline enum intel_mid_cpu_type intel_mid_identify_cpu(void)
return __intel_mid_cpu_chip;
}
-static inline bool intel_mid_has_msic(void)
-{
- return (intel_mid_identify_cpu() == INTEL_MID_CPU_CHIP_PENWELL);
-}
-
extern void intel_scu_devices_create(void);
extern void intel_scu_devices_destroy(void);
#else /* !CONFIG_X86_INTEL_MID */
#define intel_mid_identify_cpu() 0
-#define intel_mid_has_msic() 0
static inline void intel_scu_devices_create(void) { }
static inline void intel_scu_devices_destroy(void) { }