Commit b72da71c authored by Henning Schild's avatar Henning Schild Committed by Hans de Goede
Browse files

platform/x86: simatic-ipc: drop PCI runtime depends and header



We do not use PCI any longer since
commit 446f0cf9 ("platform/x86: simatic-ipc: drop custom P2SB bar code")'

Signed-off-by: default avatarHenning Schild <henning.schild@siemens.com>
Link: https://lore.kernel.org/r/20230706161040.21152-2-henning.schild@siemens.com


Reviewed-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
parent 917f5434
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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>