i386: Moved PCI from #ifdef to conditional compile for sc520 boards
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
#include <asm/io.h>
|
||||
#include <asm/pci.h>
|
||||
|
||||
#ifdef CONFIG_PCI
|
||||
#undef PCI_ROM_SCAN_VERBOSE
|
||||
|
||||
int pci_shadow_rom(pci_dev_t dev, unsigned char *dest)
|
||||
@@ -151,5 +150,3 @@ int pci_shadow_rom(pci_dev_t dev, unsigned char *dest)
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user