aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c64xx/mach-mini6410.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-mini6410.c')
-rw-r--r--arch/arm/mach-s3c64xx/mach-mini6410.c19
1 files changed, 4 insertions, 15 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-mini6410.c b/arch/arm/mach-s3c64xx/mach-mini6410.c
index c34c2ab22ead..b2166d4a5538 100644
--- a/arch/arm/mach-s3c64xx/mach-mini6410.c
+++ b/arch/arm/mach-s3c64xx/mach-mini6410.c
@@ -85,21 +85,10 @@ static struct s3c2410_uartcfg mini6410_uartcfgs[] __initdata = {
85/* DM9000AEP 10/100 ethernet controller */ 85/* DM9000AEP 10/100 ethernet controller */
86 86
87static struct resource mini6410_dm9k_resource[] = { 87static struct resource mini6410_dm9k_resource[] = {
88 [0] = { 88 [0] = DEFINE_RES_MEM(S3C64XX_PA_XM0CSN1, 2),
89 .start = S3C64XX_PA_XM0CSN1, 89 [1] = DEFINE_RES_MEM(S3C64XX_PA_XM0CSN1 + 4, 2),
90 .end = S3C64XX_PA_XM0CSN1 + 1, 90 [2] = DEFINE_RES_NAMED(S3C_EINT(7), 1, NULL, IORESOURCE_IRQ \
91 .flags = IORESOURCE_MEM 91 | IORESOURCE_IRQ_HIGHLEVEL),
92 },
93 [1] = {
94 .start = S3C64XX_PA_XM0CSN1 + 4,
95 .end = S3C64XX_PA_XM0CSN1 + 5,
96 .flags = IORESOURCE_MEM
97 },
98 [2] = {
99 .start = S3C_EINT(7),
100 .end = S3C_EINT(7),
101 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHLEVEL
102 }
103}; 92};
104 93
105static struct dm9000_plat_data mini6410_dm9k_pdata = { 94static struct dm9000_plat_data mini6410_dm9k_pdata = {