Commit 38dd6915 authored by Ben Dooks's avatar Ben Dooks Committed by Russell King

[ARM PATCH] 2093/1: S3C2410 - remove un-necessary resource from NAND

Patch from Ben Dooks

Removed resource description left by copying error

Thanks to Klaus Fetscher for pointing this out.

Signed-off-by: Ben Dooks 
parent 4393a8f9
......@@ -102,13 +102,7 @@ static struct resource s3c_nand_resource[] = {
.start = S3C2410_PA_NAND,
.end = S3C2410_PA_NAND + S3C2410_SZ_NAND,
.flags = IORESOURCE_MEM,
},
[1] = {
.start = IRQ_S3CUART_RX0,
.end = IRQ_S3CUART_ERR0,
.flags = IORESOURCE_IRQ,
}
};
struct platform_device s3c_device_nand = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment