ARM: S3C24XX: Use common macro to define resources on mach-tct_hammer.c

Cc: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
Tushar Behera 2012-05-12 16:12:25 +09:00 коммит произвёл Kukjin Kim
Родитель 5f3b90dcc0
Коммит f8dadf5dbe
1 изменённых файлов: 2 добавлений и 5 удалений

Просмотреть файл

@ -56,11 +56,8 @@
#include "common.h"
static struct resource tct_hammer_nor_resource = {
.start = 0x00000000,
.end = 0x01000000 - 1,
.flags = IORESOURCE_MEM,
};
static struct resource tct_hammer_nor_resource =
DEFINE_RES_MEM(0x00000000, SZ_16M);
static struct mtd_partition tct_hammer_mtd_partitions[] = {
{