From a8fe6dad7e41b20969c36e9babb8dc4926636db2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= Date: Sun, 25 Nov 2012 20:18:30 +0100 Subject: [PATCH] Fix header protection for the beagle board --- headers/private/kernel/arch/arm/board/beagle/board_config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/headers/private/kernel/arch/arm/board/beagle/board_config.h b/headers/private/kernel/arch/arm/board/beagle/board_config.h index 77bc5f237e..c791c8cf06 100644 --- a/headers/private/kernel/arch/arm/board/beagle/board_config.h +++ b/headers/private/kernel/arch/arm/board/beagle/board_config.h @@ -2,8 +2,8 @@ * Copyright 2009 * Distributed under the terms of the MIT License. */ -#ifndef _BOARD_OVERO_BOARD_CONFIG_H -#define _BOARD_OVERO_BOARD_CONFIG_H +#ifndef _BOARD_BEAGLE_BOARD_CONFIG_H +#define _BOARD_BEAGLE_BOARD_CONFIG_H #define BOARD_NAME_PRETTY "Beagle Board" @@ -26,4 +26,4 @@ // 48MHz (APLL96/2) -#endif /* _BOARD_OVERO_BOARD_CONFIG_H */ +#endif /* _BOARD_BEAGLE_BOARD_CONFIG_H */