From: Henning Schild Date: Thu, 6 Jul 2023 16:10:39 +0000 (+0200) Subject: platform/x86: simatic-ipc: drop PCI runtime depends and header X-Git-Tag: v6.6.7~1979^2~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b72da71ce24b077754c828e6af2761a3ca6306d5;p=platform%2Fkernel%2Flinux-starfive.git 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 --- 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