projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae11e32
)
[MIPS] mtx-1: Remove unused mtx1_sys_btn.
author
Ralf Baechle
<ralf@linux-mips.org>
Thu, 1 Nov 2007 16:49:12 +0000
(16:49 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Fri, 2 Nov 2007 16:13:49 +0000
(16:13 +0000)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/au1000/mtx-1/platform.c
patch
|
blob
|
history
diff --git
a/arch/mips/au1000/mtx-1/platform.c
b/arch/mips/au1000/mtx-1/platform.c
index
01ebff6
..
49c0fb4
100644
(file)
--- 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,