mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/4] twl4030: fix typo on EXPORT_SYMBOL twl4030_reg_read and twl4030_reg_write
@ 2011-07-05  5:55 Jean-Christophe PLAGNIOL-VILLARD
  2011-07-05  5:55 ` [PATCH 2/4] menu: fix command support as module Jean-Christophe PLAGNIOL-VILLARD
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2011-07-05  5:55 UTC (permalink / raw)
  To: barebox

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
 drivers/mfd/twl4030.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/mfd/twl4030.c b/drivers/mfd/twl4030.c
index 81bf48b..6a06bd4 100644
--- a/drivers/mfd/twl4030.c
+++ b/drivers/mfd/twl4030.c
@@ -60,7 +60,7 @@ int twl4030_reg_read(struct twl4030 *twl4030, u16 reg, u8 *val)
 	}
 	return 0;
 }
-EXPORT_SYMBOL(twl4030_reg_read)
+EXPORT_SYMBOL(twl4030_reg_read);
 
 int twl4030_reg_write(struct twl4030 *twl4030, u16 reg, u8 val)
 {
@@ -94,7 +94,7 @@ int twl4030_reg_write(struct twl4030 *twl4030, u16 reg, u8 val)
 	}
 	return 0;
 }
-EXPORT_SYMBOL(twl4030_reg_write)
+EXPORT_SYMBOL(twl4030_reg_write);
 
 int twl4030_set_bits(struct twl4030 *twl4030, enum twl4030_reg reg, u8 mask, u8 val)
 {
-- 
1.7.4.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2011-07-05  6:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-05  5:55 [PATCH 1/4] twl4030: fix typo on EXPORT_SYMBOL twl4030_reg_read and twl4030_reg_write Jean-Christophe PLAGNIOL-VILLARD
2011-07-05  5:55 ` [PATCH 2/4] menu: fix command support as module Jean-Christophe PLAGNIOL-VILLARD
2011-07-05  5:55 ` [PATCH 3/4] menu: fix command management module support Jean-Christophe PLAGNIOL-VILLARD
2011-07-05  5:55 ` [PATCH 4/4] password: fix command support as module Jean-Christophe PLAGNIOL-VILLARD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox