diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-11-01 16:49:12 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-11-02 16:13:49 +0000 |
commit | e7c9d6b927191602cf79ea0183727c7112e79673 (patch) | |
tree | 3888daeb49cc4b1383637ade84957b7e24900ebc /arch/mips | |
parent | ae11e3214b0ecfcb2dd2536aab68e8d3834d5c5b (diff) |
[MIPS] mtx-1: Remove unused mtx1_sys_btn.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/au1000/mtx-1/platform.c | 9 |
1 files changed, 0 insertions, 9 deletions
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, |