s5j: move s5j_watchdog.h
authorHeesub Shin <heesub.shin@samsung.com>
Mon, 3 Apr 2017 08:58:49 +0000 (17:58 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Tue, 18 Apr 2017 03:02:06 +0000 (12:02 +0900)
s5j_watchdog.h is in wrong directory and should be moved to under
/os/arch/arm/src/s5j.

Change-Id: I07e16d76a0bcaf2d7702e1fdd24d0e956682b7c2
Signed-off-by: Heesub Shin <heesub.shin@samsung.com>
os/arch/arm/src/s5j/s5j_boot.c
os/arch/arm/src/s5j/s5j_watchdog.c
os/arch/arm/src/s5j/s5j_watchdog.h [moved from os/arch/arm/include/s5j/s5j_watchdog.h with 95% similarity]

index 2f459e5..1527bee 100644 (file)
@@ -67,7 +67,7 @@
 
 #include <chip.h>
 #include <arch/chip/chip_types.h>
-#include <arch/chip/s5j_watchdog.h>
+#include "s5j_watchdog.h"
 #include "arm.h"
 #ifdef CONFIG_ARMV7M_MPU
 #include "mpu.h"
index 34fbc6b..9104c7c 100644 (file)
@@ -67,7 +67,7 @@
 #include "up_arch.h"
 
 #include <arch/chip/chip_types.h>
-#include <arch/chip/s5j_watchdog.h>
+#include "s5j_watchdog.h"
 #include <arch/irq.h>
 #include <chip.h>
 #include <tinyara/clock.h>
similarity index 95%
rename from os/arch/arm/include/s5j/s5j_watchdog.h
rename to os/arch/arm/src/s5j/s5j_watchdog.h
index 902cae2..5b26726 100644 (file)
@@ -16,7 +16,7 @@
  *
  ****************************************************************************/
 /****************************************************************************
- * arch/arm/include/s5j/s5j_watchdog.h
+ * arch/arm/src/s5j/s5j_watchdog.h
  *
  *   Copyright (C) 2009, 2013, 2015 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gnutt@nuttx.org>
@@ -50,8 +50,8 @@
  *
  ****************************************************************************/
 
-#ifndef __ARCH_ARM_INC_S5J_S5J_WATCHDOG_H
-#define __ARCH_ARM_INC_S5J_S5J_WATCHDOG_H
+#ifndef __ARCH_ARM_SRC_S5J_S5J_WATCHDOG_H
+#define __ARCH_ARM_SRC_S5J_S5J_WATCHDOG_H
 
 /****************************************************************************
  * Included Files
@@ -95,4 +95,4 @@ void s5j_watchdog_clear_int(void);
 #endif
 
 #endif /* __ASSEMBLY__ */
-#endif /* __ARCH_ARM_INC_S5J_S5J_WATCHDOG_H */
+#endif /* __ARCH_ARM_SRC_S5J_S5J_WATCHDOG_H */