summaryrefslogtreecommitdiff
path: root/cpu/bf533
diff options
context:
space:
mode:
authorAubrey Li <aubrey.adi@gmail.com>2007-04-05 18:29:17 +0800
committerAubrey Li <aubrey.adi@gmail.com>2007-04-05 18:29:17 +0800
commite0df1c921b788289564e4c1ee7120a6a9cd3ab05 (patch)
tree6d766d88f32c084ebe28a6eca988c84a0f6fe13e /cpu/bf533
parentdfeeab2cd680df047e68e723b246adf6f33bb556 (diff)
downloadu-boot-imx-e0df1c921b788289564e4c1ee7120a6a9cd3ab05.zip
u-boot-imx-e0df1c921b788289564e4c1ee7120a6a9cd3ab05.tar.gz
u-boot-imx-e0df1c921b788289564e4c1ee7120a6a9cd3ab05.tar.bz2
[Blackfin][PATCH] remove asm/page.h as we do not actually use/want any of these definitions nor does any other arch include it
Diffstat (limited to 'cpu/bf533')
-rw-r--r--cpu/bf533/traps.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/bf533/traps.c b/cpu/bf533/traps.c
index 248e34f..113bf3c 100644
--- a/cpu/bf533/traps.c
+++ b/cpu/bf533/traps.c
@@ -39,7 +39,6 @@
#include <asm/irq.h>
#include <asm/system.h>
#include <asm/traps.h>
-#include <asm/page.h>
#include <asm/machdep.h>
#include "cpu.h"
#include <asm/arch/anomaly.h>