platform/x86: simatic-ipc: drop PCI runtime depends and header
authorHenning Schild <henning.schild@siemens.com>
Thu, 6 Jul 2023 16:10:39 +0000 (18:10 +0200)
committerHans de Goede <hdegoede@redhat.com>
Fri, 14 Jul 2023 13:06:40 +0000 (15:06 +0200)
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>
drivers/platform/x86/Kconfig
drivers/platform/x86/simatic-ipc.c

index ad15063e1178ae4b961f841e31d7934eca53fcf9..487d3d8f4da9c58fbbf17f91a22c4be7e1c4a927 100644 (file)
@@ -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
index 6d2c94c17414a981801b6834aabb350ad0172aa3..9cb1bb9811b283c225ba7f93154261cb0a0ee18c 100644 (file)
@@ -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>