From e088721f715602df84503c960deb562064af5718 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Thu, 26 Sep 2019 22:33:51 +0300 Subject: device,drivers/: Drop some __SIMPLE_DEVICE__ use MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The simple PCI config accessors are always available under names pci_s_[read|write]_configX. Change-Id: Ic1b67695b7f72e4f1fa29e2d56698276b15024e1 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/35669 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/device/pci_ops.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/device') diff --git a/src/device/pci_ops.c b/src/device/pci_ops.c index 6f42978e82..431160e5cb 100644 --- a/src/device/pci_ops.c +++ b/src/device/pci_ops.c @@ -11,8 +11,6 @@ * GNU General Public License for more details. */ -#define __SIMPLE_DEVICE__ - #include #include #include -- cgit v1.2.3