From: Ben Dooks Date: Tue, 21 Oct 2008 13:06:28 +0000 (+0100) Subject: [ARM] S3C24XX: Move vmalloc.h to plat-s3c X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=112f4a708d7bb84298d1b34c734f90d027e7ec01;p=linux-beck.git [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 --- diff --git a/arch/arm/mach-s3c2410/include/mach/vmalloc.h b/arch/arm/plat-s3c/include/mach/vmalloc.h similarity index 91% rename from arch/arm/mach-s3c2410/include/mach/vmalloc.h rename to arch/arm/plat-s3c/include/mach/vmalloc.h index 315b0078a34d..bfd2ca6e3074 100644 --- a/arch/arm/mach-s3c2410/include/mach/vmalloc.h +++ b/arch/arm/plat-s3c/include/mach/vmalloc.h @@ -1,4 +1,4 @@ -/* arch/arm/mach-s3c2410/include/mach/vmalloc.h +/* arch/arm/plat-s3c/include/mach/vmalloc.h * * from arch/arm/mach-iop3xx/include/mach/vmalloc.h *