Re: [PATCH -next] mfd: twl6040: fix sparse non static symbol warning

2014-01-06 Thread Lee Jones
On Sat, 21 Dec 2013, Wei Yongjun wrote: > From: Wei Yongjun > > Fixes the following sparse warning: > > drivers/mfd/twl6040.c:89:20: warning: > symbol 'twl6040_patch' was not declared. Should it be static? > > Signed-off-by: Wei Yongjun > --- > drivers/mfd/twl6040.c | 2 +- > 1 file

Re: [PATCH -next] mfd: twl6040: fix sparse non static symbol warning

2014-01-06 Thread Lee Jones
On Sat, 21 Dec 2013, Wei Yongjun wrote: From: Wei Yongjun yongjun_...@trendmicro.com.cn Fixes the following sparse warning: drivers/mfd/twl6040.c:89:20: warning: symbol 'twl6040_patch' was not declared. Should it be static? Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn ---

[PATCH -next] mfd: twl6040: fix sparse non static symbol warning

2013-12-20 Thread Wei Yongjun
From: Wei Yongjun Fixes the following sparse warning: drivers/mfd/twl6040.c:89:20: warning: symbol 'twl6040_patch' was not declared. Should it be static? Signed-off-by: Wei Yongjun --- drivers/mfd/twl6040.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH -next] mfd: twl6040: fix sparse non static symbol warning

2013-12-20 Thread Wei Yongjun
From: Wei Yongjun yongjun_...@trendmicro.com.cn Fixes the following sparse warning: drivers/mfd/twl6040.c:89:20: warning: symbol 'twl6040_patch' was not declared. Should it be static? Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn --- drivers/mfd/twl6040.c | 2 +- 1 file changed, 1