max77693_charger: fix section mismatch
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 19 Jul 2013 07:45:57 +0000 (16:45 +0900)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:43:39 +0000 (11:43 +0900)
commitec5a13f05cd501a82e139b38987e70bf8584ad3f
treeeb7393f4b32f79f35c75f3f6c5631d83cc29e0ab
parent055af80d7ae7c79d7015ea4510156b8e3d5ab5b0
max77693_charger: fix section mismatch

max77693_charger_of_match with __initconst flag is referenced from
max77693_charger_driver which is non init data and this causes
section mismatch. So flag __initconst is removed.

Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
drivers/power/max77693_charger.c