hal: Use proper header for dlog message display 98/112798/2
authorWook Song <wook16.song@samsung.com>
Fri, 3 Feb 2017 00:08:15 +0000 (09:08 +0900)
committerWook Song <wook16.song@samsung.com>
Fri, 3 Feb 2017 01:00:20 +0000 (10:00 +0900)
This patch changes the log header file used in hal to the proper ont for
dlog message display.

Change-Id: I8d20dad5e4447904f21c7a15911d358cb76baab7
Signed-off-by: Wook Song <wook16.song@samsung.com>
src/hal/hal.c

index 708a77ab82eaa1f6bd55541d94a546c8e1a7d936..7f8bee643e3c88873139b72e79be6e27b51cc225 100644 (file)
@@ -25,7 +25,7 @@
 #include <linux/limits.h>
 
 #include "hal.h"
-#include "shared/log-macro.h"
+#include "shared/log.h"
 
 #ifndef EXPORT
 #define EXPORT __attribute__ ((visibility("default")))