From b72da71ce24b077754c828e6af2761a3ca6306d5 Mon Sep 17 00:00:00 2001 From: Henning Schild Date: Thu, 6 Jul 2023 18:10:39 +0200 Subject: [PATCH] platform/x86: simatic-ipc: drop PCI runtime depends and header We do not use PCI any longer since commit 446f0cf9e08b ("platform/x86: simatic-ipc: drop custom P2SB bar code")' Signed-off-by: Henning Schild Link: https://lore.kernel.org/r/20230706161040.21152-2-henning.schild@siemens.com Reviewed-by: Hans de Goede Signed-off-by: Hans de Goede --- drivers/platform/x86/Kconfig | 1 - drivers/platform/x86/simatic-ipc.c | 1 - 2 files changed, 2 deletions(-) diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index ad15063..487d3d8 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -1076,7 +1076,6 @@ config INTEL_SCU_IPC_UTIL config SIEMENS_SIMATIC_IPC tristate "Siemens Simatic IPC Class driver" - depends on PCI help This Simatic IPC class driver is the central of several drivers. It is mainly used for system identification, after which drivers in other diff --git a/drivers/platform/x86/simatic-ipc.c b/drivers/platform/x86/simatic-ipc.c index 6d2c94c..9cb1bb9 100644 --- a/drivers/platform/x86/simatic-ipc.c +++ b/drivers/platform/x86/simatic-ipc.c @@ -15,7 +15,6 @@ #include #include #include -#include #include #include -- 2.7.4