From: Andy Shevchenko Date: Tue, 5 Mar 2024 16:14:59 +0000 (+0200) Subject: platform/x86: intel_scu_pcidrv: Remove unused intel-mid.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=51384654f350ec953202e79588b14ef0ec0a8d4e;p=linux.git platform/x86: intel_scu_pcidrv: Remove unused intel-mid.h intel-mid.h is providing some core parts of the South Complex PM, which are usually not used by individual drivers. In particular, this driver doesn't use it, so simply remove the unused header. Signed-off-by: Andy Shevchenko Reviewed-by: Kuppuswamy Sathyanarayanan Link: https://lore.kernel.org/r/20240305161539.1364717-3-andriy.shevchenko@linux.intel.com Reviewed-by: Ilpo Järvinen Signed-off-by: Ilpo Järvinen --- diff --git a/drivers/platform/x86/intel_scu_pcidrv.c b/drivers/platform/x86/intel_scu_pcidrv.c index d904fad499aa5..dbf0310448da9 100644 --- a/drivers/platform/x86/intel_scu_pcidrv.c +++ b/drivers/platform/x86/intel_scu_pcidrv.c @@ -11,7 +11,6 @@ #include #include -#include #include static int intel_scu_pci_probe(struct pci_dev *pdev,