From fde143b66f2e627280d966e0fe3a08ec5ba78d96 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 7 Apr 2013 11:24:30 +0000 Subject: cns3xxx: remove the watchdog IRQ from the resources, it breaks the driver init and is useful only for testing Signed-off-by: Felix Fietkau SVN-Revision: 36241 --- target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/laguna.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'target/linux/cns3xxx/files') diff --git a/target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/laguna.c b/target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/laguna.c index 84a440b..cd1aa71 100644 --- a/target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/laguna.c +++ b/target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/laguna.c @@ -567,11 +567,6 @@ static struct resource laguna_watchdog_resources[] = { .end = CNS3XXX_TC11MP_TWD_BASE + SZ_4K - 1, .flags = IORESOURCE_MEM, }, - [1] = { - .start = IRQ_LOCALWDOG, - .end = IRQ_LOCALWDOG, - .flags = IORESOURCE_IRQ, - } }; static struct platform_device laguna_watchdog = { -- cgit v1.1