samsung: misc: fix wrong #ifdef and #endif bracket for CONFIG_LCD 40/176740/1
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 23 Apr 2018 05:46:07 +0000 (14:46 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 23 Apr 2018 06:18:12 +0000 (15:18 +0900)
commit2422a9912086d0156567d86c82e0adf797188713
tree8ee8160c3e2a2e7a77486f821619190e2c582e37
parent6abc42a33e1ed5254374ff1d9b2a4a7c71012dd6
samsung: misc: fix wrong #ifdef and #endif bracket for CONFIG_LCD

There is wrong #ifdef and #endif bracket and it causes unused
variables and unused function build warning. Fix the wrong bracket
for CONFIG_LCD.

Note: When rebasing, this patch should be squashed fixed commit.

Change-Id: I4d9b695fd77ead6ab541ba37db7516eb16ea371c
Fixes: 4a6f3341d549 ("samsung: misc: new feature: common interactive charger")
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
board/samsung/common/misc.c