diff options
Diffstat (limited to 'src/cpu/samsung/s5p-common/watchdog.h')
-rw-r--r-- | src/cpu/samsung/s5p-common/watchdog.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/cpu/samsung/s5p-common/watchdog.h b/src/cpu/samsung/s5p-common/watchdog.h index 8c8bf0ae92..5b3b651ffa 100644 --- a/src/cpu/samsung/s5p-common/watchdog.h +++ b/src/cpu/samsung/s5p-common/watchdog.h @@ -1,7 +1,6 @@ /* * Copyright (C) 2011 Samsung Electronics * Heungjun Kim <riverful.kim@samsung.com> - * Minkyu Kang <mk7.kang@samsung.com> * * See file CREDITS for list of people who contributed to this * project. @@ -22,8 +21,8 @@ * MA 02111-1307 USA */ -#ifndef __ASM_ARM_ARCH_WATCHDOG_H_ -#define __ASM_ARM_ARCH_WATCHDOG_H_ +#ifndef __ASM_ARM_ARCH_COMMON_WATCHDOG_H_ +#define __ASM_ARM_ARCH_COMMON_WATCHDOG_H_ #define WTCON_RESET_OFFSET 0 #define WTCON_INTEN_OFFSET 2 |