From: Yunhee Seo Date: Tue, 9 Apr 2024 12:51:22 +0000 (+0900) Subject: Apply hal-api-device-board module HAL ABI versioning X-Git-Tag: accepted/tizen/unified/20240614.084913~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f36a552330f76e65f5ac7131a76b27548740d32;p=platform%2Fcore%2Fapi%2Fdevice.git Apply hal-api-device-board module HAL ABI versioning As HAL ABI versioning is applied to hal-api-device-board module, inclusion path is changed. Change-Id: I0de8b4d615da0b8092d76b239ead1fe8882900f3 Signed-off-by: Yunhee Seo --- diff --git a/src/board-internal.c b/src/board-internal.c index 86495ab..3cce3d4 100644 --- a/src/board-internal.c +++ b/src/board-internal.c @@ -14,7 +14,7 @@ * limitations under the License. */ -#include +#include //LCOV_EXCL_START Internal function int device_board_get_serial_number(char *buffer, const int max_len) diff --git a/src/power-internal.c b/src/power-internal.c index 5632d25..6b095cf 100644 --- a/src/power-internal.c +++ b/src/power-internal.c @@ -6,7 +6,7 @@ #include #include -#include +#include #include "power-internal.h" #include "common.h"