Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

x86/platform/intel-mid: Remove unused definitions from intel-mid.h

After a few rounds of removal and refactoring Intel MID related code
some artifacts are left untouched. However, they are not used anywhere.
Remove them.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Link: https://lore.kernel.org/all/20230216193958.2971-1-andriy.shevchenko%40linux.intel.com

authored by

Andy Shevchenko and committed by
Dave Hansen
b72d6965 b9da86e3

-21
-21
arch/x86/include/asm/intel-mid.h
··· 20 20 21 21 extern int intel_mid_pwr_get_lss_id(struct pci_dev *pdev); 22 22 23 - #ifdef CONFIG_X86_INTEL_MID 24 - 25 - extern void intel_scu_devices_create(void); 26 - extern void intel_scu_devices_destroy(void); 27 - 28 - #else /* !CONFIG_X86_INTEL_MID */ 29 - 30 - static inline void intel_scu_devices_create(void) { } 31 - static inline void intel_scu_devices_destroy(void) { } 32 - 33 - #endif /* !CONFIG_X86_INTEL_MID */ 34 - 35 - /* Bus Select SoC Fuse value */ 36 - #define BSEL_SOC_FUSE_MASK 0x7 37 - /* FSB 133MHz */ 38 - #define BSEL_SOC_FUSE_001 0x1 39 - /* FSB 100MHz */ 40 - #define BSEL_SOC_FUSE_101 0x5 41 - /* FSB 83MHz */ 42 - #define BSEL_SOC_FUSE_111 0x7 43 - 44 23 #endif /* _ASM_X86_INTEL_MID_H */