aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-exynos/include/mach/vmalloc.h
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2012-01-06 16:53:54 +0400
committerAndrey Konovalov <andrey.konovalov@linaro.org>2012-01-06 16:53:54 +0400
commit01deeef1e25035bbaca9bc580c88dc7cdbc85363 (patch)
tree1994c9cede5c10eb07f53ecf76f2afcedd1e0c13 /arch/arm/mach-exynos/include/mach/vmalloc.h
parent805a6af8dba5dfdd35ec35dc52ec0122400b2610 (diff)
parentef3a0bf5bfadbace156fa2a3b9c753df2de41df2 (diff)
Merge branch 'rmk-devel-stable' into linux-linaro-tracking
Conflicts: arch/arm/kernel/setup.c arch/arm/mach-shmobile/board-kota2.c
Diffstat (limited to 'arch/arm/mach-exynos/include/mach/vmalloc.h')
-rw-r--r--arch/arm/mach-exynos/include/mach/vmalloc.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/arch/arm/mach-exynos/include/mach/vmalloc.h b/arch/arm/mach-exynos/include/mach/vmalloc.h
deleted file mode 100644
index 284330e571d..00000000000
--- a/arch/arm/mach-exynos/include/mach/vmalloc.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/* linux/arch/arm/mach-exynos4/include/mach/vmalloc.h
- *
- * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
- * http://www.samsung.com
- *
- * Copyright 2010 Ben Dooks <ben-linux@fluff.org>
- *
- * Based on arch/arm/mach-s5p6440/include/mach/vmalloc.h
- *
- * 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.
- *
- * EXYNOS4 vmalloc definition
-*/
-
-#ifndef __ASM_ARCH_VMALLOC_H
-#define __ASM_ARCH_VMALLOC_H __FILE__
-
-#define VMALLOC_END 0xF6000000UL
-
-#endif /* __ASM_ARCH_VMALLOC_H */