All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] mfd: twl6040: Staticize local variable
@ 2013-12-21  5:52 Sachin Kamat
  2013-12-21  5:52 ` [PATCH 2/2] mfd: rtl8411: Staticize local symbol Sachin Kamat
  2014-01-06  9:30 ` [PATCH 1/2] mfd: twl6040: Staticize local variable Lee Jones
  0 siblings, 2 replies; 4+ messages in thread
From: Sachin Kamat @ 2013-12-21  5:52 UTC (permalink / raw)
  To: linux-kernel; +Cc: lee.jones, sameo, sachin.kamat, Peter Ujfalusi

'twl6040_patch' is local to this file.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Peter Ujfalusi <peter.ujfalusi@ti.com>
---
 drivers/mfd/twl6040.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mfd/twl6040.c b/drivers/mfd/twl6040.c
index 51b6df1a7949..75316fb33448 100644
--- a/drivers/mfd/twl6040.c
+++ b/drivers/mfd/twl6040.c
@@ -86,7 +86,7 @@ static struct reg_default twl6040_defaults[] = {
 	{ 0x2E, 0x00 }, /* REG_STATUS	(ro) */
 };
 
-struct reg_default twl6040_patch[] = {
+static struct reg_default twl6040_patch[] = {
 	/* Select I2C bus access to dual access registers */
 	{ TWL6040_REG_ACCCTL, 0x09 },
 };
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-01-06  9:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-21  5:52 [PATCH 1/2] mfd: twl6040: Staticize local variable Sachin Kamat
2013-12-21  5:52 ` [PATCH 2/2] mfd: rtl8411: Staticize local symbol Sachin Kamat
2014-01-06  9:30   ` Lee Jones
2014-01-06  9:30 ` [PATCH 1/2] mfd: twl6040: Staticize local variable Lee Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.