]> git.baikalelectronics.ru Git - kernel.git/commit
extcon: max77693: Staticize default_init_data
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 8 Apr 2013 00:09:41 +0000 (09:09 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 8 Apr 2013 22:53:46 +0000 (07:53 +0900)
commit6f48746b3766fc18b6ddfba1c35f24b081279da1
treeaa03b9683559959a04d2531cfdb909403afe8c94
parentf64b98f6321b322ab9cd9e57f5d96e9055875194
extcon: max77693: Staticize default_init_data

Commit c8c329360b ("extcon: max77693: Initialize register of MUIC
device to bring up it without platform data") added this structure
but forgot to make it static. Without this patch we get the following
warning:
drivers/extcon/extcon-max77693.c:41:26: warning:
symbol 'default_init_data' was not declared. Should it be static?

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Myungjoo Ham <myungjoo.ham@samsung.com>
drivers/extcon/extcon-max77693.c