summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c2410/include/mach
diff options
context:
space:
mode:
authorBen Dooks2008-10-21 15:06:28 +0200
committerBen Dooks2008-12-15 22:45:52 +0100
commit112f4a708d7bb84298d1b34c734f90d027e7ec01 (patch)
treea6bf320e5dc80f2efb8a49256bc13ff1c3b29c3a /arch/arm/mach-s3c2410/include/mach
parent[ARM] S3C: Make <mach/timex.h> common (diff)
downloadkernel-qcow2-linux-112f4a708d7bb84298d1b34c734f90d027e7ec01.tar.gz
kernel-qcow2-linux-112f4a708d7bb84298d1b34c734f90d027e7ec01.tar.xz
kernel-qcow2-linux-112f4a708d7bb84298d1b34c734f90d027e7ec01.zip
[ARM] S3C24XX: Move vmalloc.h to plat-s3c
vmalloc.h is common across all the current s3c platforms, so move it to arch/arm/plat-s3c/include/mach to be used for all the targets. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2410/include/mach')
-rw-r--r--arch/arm/mach-s3c2410/include/mach/vmalloc.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/arm/mach-s3c2410/include/mach/vmalloc.h b/arch/arm/mach-s3c2410/include/mach/vmalloc.h
deleted file mode 100644
index 315b0078a34d..000000000000
--- a/arch/arm/mach-s3c2410/include/mach/vmalloc.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/* arch/arm/mach-s3c2410/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 */