Pārlūkot izejas kodu

[MIPS] mtx-1: Remove unused mtx1_sys_btn.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 17 gadi atpakaļ
vecāks
revīzija
e7c9d6b927
1 mainītis faili ar 0 papildinājumiem un 9 dzēšanām
  1. 0 9
      arch/mips/au1000/mtx-1/platform.c

+ 0 - 9
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,