apps/poweroff: fix compilation errors
authorEunBong Song <eunb.song@samsung.com>
Wed, 26 Apr 2017 23:54:27 +0000 (08:54 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Sat, 6 May 2017 14:00:39 +0000 (23:00 +0900)
This patch fixes following compilation error:

    make[2]: Entering directory `/home/ebsong/tizenrt/apps/system/poweroff'
    ./poweroff.c:57:30: fatal error: arch/board/power.h: No such file or directory
     #include <arch/board/power.h>
                                  ^
    compilation terminated.

Change-Id: I7cdf6e71071a286ab6de2e81ccc81218fc1b0f57
Signed-off-by: EunBong Song <eunb.song@samsung.com>
apps/system/poweroff/poweroff.c

index fb8ce2b..83f2f7e 100644 (file)
@@ -54,7 +54,6 @@
  * Included Files
  ****************************************************************************/
 
-#include <arch/board/power.h>
 
 /****************************************************************************
  * Public Functions