diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-04-07 11:24:30 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-04-07 11:24:30 +0000 |
commit | cd928e7e46d0d126c5931d8bdad90ce45c7cdb74 (patch) | |
tree | 0554df5001b19e269e118996b9f2d3c74c086eae /target/linux/cns3xxx/files/arch/arm | |
parent | cd5c0c60a4d9e3c21f781ac4c91a3d902dca18d7 (diff) |
cns3xxx: remove the watchdog IRQ from the resources, it breaks the driver init and is useful only for testing
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36241 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/cns3xxx/files/arch/arm')
-rw-r--r-- | target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/laguna.c | 5 |
1 files changed, 0 insertions, 5 deletions
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 84a440bf18..cd1aa716dc 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 = { |