diff mbox

[04/04] ARM: shmobile: Remove r8a7779_register_twd() from common.h

Message ID 20130306002253.5430.18137.sendpatchset@w520 (mailing list archive)
State Deferred
Headers show

Commit Message

Magnus Damm March 6, 2013, 12:22 a.m. UTC
From: Magnus Damm <damm@opensource.se>

Remove unnecessary r8a7779_register_twd() from common.h

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 arch/arm/mach-shmobile/include/mach/common.h |    2 --
 1 file changed, 2 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- 0001/arch/arm/mach-shmobile/include/mach/common.h
+++ work/arch/arm/mach-shmobile/include/mach/common.h	2013-03-05 18:38:07.000000000 +0900
@@ -71,8 +71,6 @@  extern void r8a7779_pinmux_init(void);
 extern void r8a7779_pm_init(void);
 extern void r8a7740_meram_workaround(void);
 
-extern void r8a7779_register_twd(void);
-
 #ifdef CONFIG_SUSPEND
 int shmobile_suspend_init(void);
 #else