diff options
author | Ladislav Michl <ladis@linux-mips.org> | 2015-08-13 22:47:18 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-10-12 10:36:55 -0700 |
commit | dc7ad3a0f92d47c2cbd35c0ae7e8527b3426414b (patch) | |
tree | 7a0fc30ec87c2508b9d7551577ead581a135fee7 /arch/arm/mach-omap1/include/mach | |
parent | f96885b479b904afd8c33f44623f2a9ff916033c (diff) |
ARM: OMAP1: Remove board support for VoiceBlue board
Remove board support files for 10 years discontinued VoiceBlue board.
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/include/mach')
-rw-r--r-- | arch/arm/mach-omap1/include/mach/board-voiceblue.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/arch/arm/mach-omap1/include/mach/board-voiceblue.h b/arch/arm/mach-omap1/include/mach/board-voiceblue.h deleted file mode 100644 index 27916b210f57..000000000000 --- a/arch/arm/mach-omap1/include/mach/board-voiceblue.h +++ /dev/null @@ -1,19 +0,0 @@ -/* - * Copyright (C) 2004 2N Telekomunikace, Ladislav Michl <michl@2n.cz> - * - * Hardware definitions for OMAP5910 based VoiceBlue board. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - */ - -#ifndef __ASM_ARCH_VOICEBLUE_H -#define __ASM_ARCH_VOICEBLUE_H - -extern void voiceblue_wdt_enable(void); -extern void voiceblue_wdt_disable(void); -extern void voiceblue_wdt_ping(void); - -#endif /* __ASM_ARCH_VOICEBLUE_H */ - |