summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ixp23xx/include/mach/vmalloc.h
diff options
context:
space:
mode:
authorNicolas Pitre2011-09-15 22:30:54 +0200
committerNicolas Pitre2011-11-27 01:21:29 +0100
commitd0e6b2236a26711939bfcdd97370fedcd526a191 (patch)
tree63cceb3ab98b24831bb091dfa5cbe6ce91be420d /arch/arm/mach-ixp23xx/include/mach/vmalloc.h
parentARM: add generic ioremap optimization by reusing static mappings (diff)
downloadkernel-qcow2-linux-d0e6b2236a26711939bfcdd97370fedcd526a191.tar.gz
kernel-qcow2-linux-d0e6b2236a26711939bfcdd97370fedcd526a191.tar.xz
kernel-qcow2-linux-d0e6b2236a26711939bfcdd97370fedcd526a191.zip
ARM: big removal of now unused vmalloc.h files
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Diffstat (limited to 'arch/arm/mach-ixp23xx/include/mach/vmalloc.h')
-rw-r--r--arch/arm/mach-ixp23xx/include/mach/vmalloc.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-ixp23xx/include/mach/vmalloc.h b/arch/arm/mach-ixp23xx/include/mach/vmalloc.h
deleted file mode 100644
index 896c56a1c00e..000000000000
--- a/arch/arm/mach-ixp23xx/include/mach/vmalloc.h
+++ /dev/null
@@ -1,10 +0,0 @@
-/*
- * arch/arm/mach-ixp23xx/include/mach/vmalloc.h
- *
- * Copyright (c) 2005 MontaVista Software, Inc.
- *
- * NPU mappings end at 0xf0000000 and we allocate 64MB for board
- * specific static I/O.
- */
-
-#define VMALLOC_END (0xec000000UL)