aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c/include/mach/vmalloc.h
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2010-02-23 00:18:36 +0000
committerBen Dooks <ben-linux@fluff.org>2010-02-24 01:52:13 +0000
commit7965b214bfbe0e6b3dc843cd1d639dc2711ff86e (patch)
tree819b8b9a58baeaa973cb8b51afc3cb31b4a511d1 /arch/arm/plat-s3c/include/mach/vmalloc.h
parentARM: SAMSUNG: Move include/mach files out of plat-s3c (diff)
downloadlinux-dev-7965b214bfbe0e6b3dc843cd1d639dc2711ff86e.tar.xz
linux-dev-7965b214bfbe0e6b3dc843cd1d639dc2711ff86e.zip
ARM: SAMSUNG: Eliminate plat-s3c
The plat-s3c directory is now clear, so remove the files in it and expunge it from the build process. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to '')
-rw-r--r--arch/arm/plat-s3c/include/mach/vmalloc.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/arm/plat-s3c/include/mach/vmalloc.h b/arch/arm/plat-s3c/include/mach/vmalloc.h
deleted file mode 100644
index bfd2ca6e3074..000000000000
--- a/arch/arm/plat-s3c/include/mach/vmalloc.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/* arch/arm/plat-s3c/include/mach/vmalloc.h
- *
- * from arch/arm/mach-iop3xx/include/mach/vmalloc.h
- *
- * Copyright (c) 2003 Simtec Electronics <linux@simtec.co.uk>
- * http://www.simtec.co.uk/products/SWLINUX/
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * S3C2410 vmalloc definition
-*/
-
-#ifndef __ASM_ARCH_VMALLOC_H
-#define __ASM_ARCH_VMALLOC_H
-
-#define VMALLOC_END (0xE0000000)
-
-#endif /* __ASM_ARCH_VMALLOC_H */