summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenning Schild <henning.schild@siemens.com>2023-07-06 19:10:39 +0300
committerHans de Goede <hdegoede@redhat.com>2023-07-14 16:06:40 +0300
commitb72da71ce24b077754c828e6af2761a3ca6306d5 (patch)
tree57130744a19619bc471ef56d663911b0f2793ee9
parent917f543407947a007052edf7f89854259e6be008 (diff)
downloadlinux-b72da71ce24b077754c828e6af2761a3ca6306d5.tar.xz
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 <henning.schild@siemens.com> Link: https://lore.kernel.org/r/20230706161040.21152-2-henning.schild@siemens.com Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
-rw-r--r--drivers/platform/x86/Kconfig1
-rw-r--r--drivers/platform/x86/simatic-ipc.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
index ad15063e1178..487d3d8f4da9 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 6d2c94c17414..9cb1bb9811b2 100644
--- a/drivers/platform/x86/simatic-ipc.c
+++ b/drivers/platform/x86/simatic-ipc.c
@@ -15,7 +15,6 @@
#include <linux/dmi.h>
#include <linux/kernel.h>
#include <linux/module.h>
-#include <linux/pci.h>
#include <linux/platform_data/x86/simatic-ipc.h>
#include <linux/platform_device.h>