Skip to content

Commit

Permalink
[MIPS] mtx-1: Remove unused mtx1_sys_btn.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Nov 2, 2007
1 parent ae11e32 commit e7c9d6b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions arch/mips/au1000/mtx-1/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e7c9d6b

Please sign in to comment.