summaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-09-26 22:33:51 +0300
committerPatrick Georgi <pgeorgi@google.com>2019-09-30 11:07:46 +0000
commite088721f715602df84503c960deb562064af5718 (patch)
tree9a18a999885cdbe7f5355bf8cdd73f8d03062162 /src/device
parent1463a2a04d4ffcf7afbb7870502bf65d4ebcdca1 (diff)
downloadcoreboot-e088721f715602df84503c960deb562064af5718.tar.xz
device,drivers/: Drop some __SIMPLE_DEVICE__ use
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 <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35669 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/device')
-rw-r--r--src/device/pci_ops.c2
1 files changed, 0 insertions, 2 deletions
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 <stdint.h>
#include <console/console.h>
#include <device/pci.h>