Commit e7c9d6b9 authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] mtx-1: Remove unused mtx1_sys_btn.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent ae11e321
......@@ -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,
......
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