From dc7ad3a0f92d47c2cbd35c0ae7e8527b3426414b Mon Sep 17 00:00:00 2001 From: Ladislav Michl Date: Thu, 13 Aug 2015 22:47:18 +0200 Subject: ARM: OMAP1: Remove board support for VoiceBlue board Remove board support files for 10 years discontinued VoiceBlue board. Signed-off-by: Ladislav Michl Signed-off-by: Tony Lindgren --- arch/arm/mach-omap1/include/mach/board-voiceblue.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 arch/arm/mach-omap1/include/mach/board-voiceblue.h (limited to 'arch/arm/mach-omap1/include') 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 - * - * 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 */ - -- cgit