diff options
| author | Andy Shevchenko <[email protected]> | 2021-02-11 13:40:07 +0000 |
|---|---|---|
| committer | Rafael J. Wysocki <[email protected]> | 2021-02-15 19:10:30 +0000 |
| commit | 6b80df1787b35287edc099ef61238ab350711f6f (patch) | |
| tree | e1ac00deb96cf5b4f804c597d429532ea561ab92 /arch/x86/include/asm/intel-mid.h | |
| parent | x86/platform/intel-mid: Drop unused __intel_mid_cpu_chip and Co. (diff) | |
| download | kernel-6b80df1787b35287edc099ef61238ab350711f6f.tar.gz kernel-6b80df1787b35287edc099ef61238ab350711f6f.zip | |
x86/platform/intel-mid: Remove unused header inclusion in intel-mid.h
After the commit f1be6cdaf57c ("x86/platform/intel-mid: Make
intel_scu_device_register() static") the platform_device.h is not being
used anymore by intel-mid.h. Remove it.
Signed-off-by: Andy Shevchenko <[email protected]>
Acked-by: Hans de Goede <[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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/intel-mid.h b/arch/x86/include/asm/intel-mid.h index c2c7da4c60cf..c043e91f45ad 100644 --- a/arch/x86/include/asm/intel-mid.h +++ b/arch/x86/include/asm/intel-mid.h @@ -8,7 +8,6 @@ #define _ASM_X86_INTEL_MID_H #include <linux/pci.h> -#include <linux/platform_device.h> extern int intel_mid_pci_init(void); extern int intel_mid_pci_set_power_state(struct pci_dev *pdev, pci_power_t state); |
