diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2011-09-28 13:48:52 +0200 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-10-04 12:48:44 +0200 |
commit | dc98e4145d82e471cc02d4e0b950a1945bcb084f (patch) | |
tree | 31ea62ddbcdea3d576298c5e4ac286a7581e57e5 /arch/arm/plat-s3c24xx/include/plat/common-smdk.h | |
parent | ARM: SAMSUNG: Moving each SoC support header files (diff) | |
download | linux-dc98e4145d82e471cc02d4e0b950a1945bcb084f.tar.xz linux-dc98e4145d82e471cc02d4e0b950a1945bcb084f.zip |
ARM: SAMSUNG: Move S3C24XX header files to plat-samsung
This patch moves header files from plat-s3c24xx to plat-samsung to
remove plat-s3c24xx directory to make one plat-samsung directory for
Samsung SoCs. And this patch includes fixing coding style, too.
Cc: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/plat-s3c24xx/include/plat/common-smdk.h')
-rw-r--r-- | arch/arm/plat-s3c24xx/include/plat/common-smdk.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/arm/plat-s3c24xx/include/plat/common-smdk.h b/arch/arm/plat-s3c24xx/include/plat/common-smdk.h deleted file mode 100644 index 58d9094c935c..000000000000 --- a/arch/arm/plat-s3c24xx/include/plat/common-smdk.h +++ /dev/null @@ -1,15 +0,0 @@ -/* linux/include/asm-arm/plat-s3c24xx/common-smdk.h - * - * Copyright (c) 2006 Simtec Electronics - * Ben Dooks <ben@simtec.co.uk> - * - * Common code for SMDK2410 and SMDK2440 boards - * - * http://www.fluff.org/ben/smdk2440/ - * - * 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. -*/ - -extern void smdk_machine_init(void); |