power: move #include into a source code 97/276397/1
authorYoungjae Cho <y0.cho@samsung.com>
Thu, 16 Jun 2022 03:59:54 +0000 (12:59 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Thu, 16 Jun 2022 04:03:55 +0000 (13:03 +0900)
commit355b5f6abccd7ec168bbf7d19e68126947b9ab73
tree00051317127e98775b2a678437e108560054177d
parent671eb4cd9e079eabb3f88460565a3f023dd21b82
power: move #include into a source code

A header can be used by other packages and their environment variable
for locating header files cannot locate hal/device/hal-board.h, which
makes No such file or directory error. To address this, hide the
include into source code and only exposes declaration through header.

Change-Id: I3f5c310dcf8f5fa1306fe2551d15d86caf68ba4d
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
include/power-internal.h
src/power-internal.c