diff options
author | Stefan Roese <sr@denx.de> | 2008-06-25 10:59:22 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-07-11 13:18:13 +0200 |
commit | 4fb25a3db3b3839094aa9ab748efd7a95924690b (patch) | |
tree | c2cc666e5d1ea4fb3d28fa70c63632e8d3f43535 /cpu/ppc4xx/4xx_enet.c | |
parent | 7ee2619c20ccecd57966d74d844e6329e141261c (diff) | |
download | u-boot-imx-4fb25a3db3b3839094aa9ab748efd7a95924690b.zip u-boot-imx-4fb25a3db3b3839094aa9ab748efd7a95924690b.tar.gz u-boot-imx-4fb25a3db3b3839094aa9ab748efd7a95924690b.tar.bz2 |
ppc4xx: Consolidate PPC4xx UIC defines
This patch is the first step to consolidate the UIC related defines in the
4xx headers. Move header from asm-ppc/ppc4xx-intvec.h to
asm-ppc/ppc4xx-uic.h as it will hold all UIC related defines in the next
steps.
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'cpu/ppc4xx/4xx_enet.c')
-rw-r--r-- | cpu/ppc4xx/4xx_enet.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/ppc4xx/4xx_enet.c b/cpu/ppc4xx/4xx_enet.c index 26d74d2..47d8abc 100644 --- a/cpu/ppc4xx/4xx_enet.c +++ b/cpu/ppc4xx/4xx_enet.c @@ -90,7 +90,6 @@ #include <405_mal.h> #include <miiphy.h> #include <malloc.h> -#include <asm/ppc4xx-intvec.h> /* * Only compile for platform with AMCC EMAC ethernet controller and |