From 844863933d12ec9b9b51de440313f014a81dafbf Mon Sep 17 00:00:00 2001 From: Michael Karcher Date: Wed, 24 Feb 2010 00:04:40 +0000 Subject: Replace PCI_OK/PCI_NT by OK/NT We don't need to duplicate OK and NT as PCI_OK and PCI_NT if the symbols are already there (defined for the chipset enable table). Corresponding to flashrom svn r911. Signed-off-by: Michael Karcher Acked-by: Uwe Hermann --- flash.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'flash.h') diff --git a/flash.h b/flash.h index c73dbb51..ff2004c9 100644 --- a/flash.h +++ b/flash.h @@ -311,8 +311,6 @@ void internal_delay(int usecs); #if NEED_PCI == 1 /* pcidev.c */ -#define PCI_OK 0 -#define PCI_NT 1 /* Not tested */ extern uint32_t io_base_addr; extern struct pci_access *pacc; -- cgit v1.2.3