[haiku-development] [PATCH] Fix header protection for the beagle board

  • From: Andrà Hentschel <nerv@xxxxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Sun, 25 Nov 2012 20:28:52 +0100

my first patch to haiku, i hope it's fine
---
 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 77bc5f2..c791c8c 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 */
-- 
1.8.0












Other related posts: