From: Sachin Kamat Date: Mon, 8 Apr 2013 00:09:41 +0000 (+0900) Subject: extcon: max77693: Staticize default_init_data X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~139^2~31^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=813b451644686fb7e26a54005e2f7bd495a06121;p=pandora-kernel.git extcon: max77693: Staticize default_init_data Commit 0ec83bd246 ("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 Signed-off-by: Chanwoo Choi Signed-off-by: Myungjoo Ham --- Reading git-diff-tree failed