aboutsummaryrefslogtreecommitdiff
path: root/drivers/platform
diff options
context:
space:
mode:
authorGravatar Andy Shevchenko <andriy.shevchenko@linux.intel.com> 2024-03-05 18:14:58 +0200
committerGravatar Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> 2024-03-12 12:48:08 +0200
commit988f3bf3d9504225e1e662a87a70700c1e9708c7 (patch)
treed011d39e9007085d780d711795aa1930826cf128 /drivers/platform
parentplatform/x86/amd/pmf: Fix possible out-of-bound memory accesses (diff)
downloadlinux-988f3bf3d9504225e1e662a87a70700c1e9708c7.tar.gz
linux-988f3bf3d9504225e1e662a87a70700c1e9708c7.tar.bz2
linux-988f3bf3d9504225e1e662a87a70700c1e9708c7.zip
platform/x86: intel_scu_wdt: 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 <andriy.shevchenko@linux.intel.com> Reviewed-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com> Link: https://lore.kernel.org/r/20240305161539.1364717-2-andriy.shevchenko@linux.intel.com Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r--drivers/platform/x86/intel_scu_wdt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/platform/x86/intel_scu_wdt.c b/drivers/platform/x86/intel_scu_wdt.c
index c2479777a1d6..a5031a25632e 100644
--- a/drivers/platform/x86/intel_scu_wdt.c
+++ b/drivers/platform/x86/intel_scu_wdt.c
@@ -13,7 +13,6 @@
#include <asm/cpu_device_id.h>
#include <asm/intel-family.h>
-#include <asm/intel-mid.h>
#include <asm/io_apic.h>
#include <asm/hw_irq.h>