diff options
author | Aubrey Li <aubrey.adi@gmail.com> | 2007-04-05 18:29:17 +0800 |
---|---|---|
committer | Aubrey Li <aubrey.adi@gmail.com> | 2007-04-05 18:29:17 +0800 |
commit | e0df1c921b788289564e4c1ee7120a6a9cd3ab05 (patch) | |
tree | 6d766d88f32c084ebe28a6eca988c84a0f6fe13e /include/asm-blackfin/virtconvert.h | |
parent | dfeeab2cd680df047e68e723b246adf6f33bb556 (diff) | |
download | u-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 'include/asm-blackfin/virtconvert.h')
-rw-r--r-- | include/asm-blackfin/virtconvert.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-blackfin/virtconvert.h b/include/asm-blackfin/virtconvert.h index 769f5a0..08b4cc0 100644 --- a/include/asm-blackfin/virtconvert.h +++ b/include/asm-blackfin/virtconvert.h @@ -33,7 +33,6 @@ #include <linux/config.h> #include <asm/setup.h> -#include <asm/page.h> #define mm_vtop(vaddr) ((unsigned long) vaddr) #define mm_ptov(vaddr) ((unsigned long) vaddr) |