From: Andy Shevchenko Date: Thu, 11 Feb 2021 13:40:07 +0000 (+0200) Subject: x86/platform/intel-mid: Remove unused header inclusion in intel-mid.h X-Git-Tag: v5.15~1647^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b80df1787b35287edc099ef61238ab350711f6f;p=platform%2Fkernel%2Flinux-starfive.git 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 Acked-by: Hans de Goede Signed-off-by: Rafael J. Wysocki --- diff --git a/arch/x86/include/asm/intel-mid.h b/arch/x86/include/asm/intel-mid.h index c2c7da4..c043e91 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 -#include extern int intel_mid_pci_init(void); extern int intel_mid_pci_set_power_state(struct pci_dev *pdev, pci_power_t state);