1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-03 01:32:47 +02:00

x86: Rename include/asm/ic to include/asm/arch-sc520

Also include some trivial related cleanups
This commit is contained in:
Graeme Russ
2011-08-04 22:05:09 +10:00
parent 7b3d5380ee
commit 3c7db1beac
14 changed files with 12 additions and 15 deletions

View File

@@ -27,7 +27,7 @@
#include <common.h>
#include <pci.h>
#include <asm/pci.h>
#include <asm/ic/pci.h>
#include <asm/arch/pci.h>
static void pci_enet_fixup_irq(struct pci_controller *hose, pci_dev_t dev)
{