commit | 0bf3fb265c00a4defc632dc8c1c3951fb0bcd2c4 | [log] [tgz] |
---|---|---|
author | Leo Yan <leo.yan@linaro.org> | Thu Dec 14 11:24:02 2017 +0800 |
committer | Leo Yan <leo.yan@linaro.org> | Fri Dec 15 01:55:25 2017 +0000 |
tree | 03145ddb9819e2f7870e2c4eb03af83234e6aa7a | |
parent | 488123633fa6d1c0074459d6c80943ecca7e7257 [diff] |
powerHAL: Hikey: Fix compilation warning It's reporting the compilation warning as below: device/linaro/hikey/power/power_hikey.c:447:32: warning: unused variable 'hikey' [-Wunused-variable] struct hikey_power_module *hikey = container_of(module, This commit removes unused variable 'hikey' and add mark '__unused' for parameter 'module'to dismiss the compilation warning. Change-Id: I86ca979278dde7c959e9dc398def5078c8a59c5c Signed-off-by: Leo Yan <leo.yan@linaro.org>