From: Ralf Baechle Date: Thu, 1 Nov 2007 16:49:12 +0000 (+0000) Subject: [MIPS] mtx-1: Remove unused mtx1_sys_btn. X-Git-Tag: v2.6.24-rc2~52^2~3 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=e7c9d6b927191602cf79ea0183727c7112e79673;p=linux.git [MIPS] mtx-1: Remove unused mtx1_sys_btn. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/au1000/mtx-1/platform.c b/arch/mips/au1000/mtx-1/platform.c index 01ebff677978..49c0fb409fea 100644 --- a/arch/mips/au1000/mtx-1/platform.c +++ b/arch/mips/au1000/mtx-1/platform.c @@ -34,15 +34,6 @@ static struct resource mtx1_wdt_res[] = { } }; -static struct resource mtx1_sys_btn[] = { - [0] = { - .start = 7, - .end = 7, - .name = "mtx1-sys-btn-gpio", - .flags = IORESOURCE_IRQ, - } -}; - static struct platform_device mtx1_wdt = { .name = "mtx1-wdt", .id = 0,