All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MTD: NAND: jz4740: Make 'struct platform_driver jz_nand_driver' static
@ 2010-11-11 18:02 ` Lars-Peter Clausen
  0 siblings, 0 replies; 5+ messages in thread
From: Lars-Peter Clausen @ 2010-11-11 18:02 UTC (permalink / raw)
  To: Artem Bityutskiy; +Cc: Lars-Peter Clausen, linux-mtd, linux-kernel

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
---
 drivers/mtd/nand/jz4740_nand.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mtd/nand/jz4740_nand.c b/drivers/mtd/nand/jz4740_nand.c
index 67343fc..c9e2a59 100644
--- a/drivers/mtd/nand/jz4740_nand.c
+++ b/drivers/mtd/nand/jz4740_nand.c
@@ -489,7 +489,7 @@ static int __devexit jz_nand_remove(struct platform_device *pdev)
 	return 0;
 }
 
-struct platform_driver jz_nand_driver = {
+static struct platform_driver jz_nand_driver = {
 	.probe = jz_nand_probe,
 	.remove = __devexit_p(jz_nand_remove),
 	.driver = {
-- 
1.5.6.5

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

end of thread, other threads:[~2010-11-26 15:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-11 18:02 [PATCH] MTD: NAND: jz4740: Make 'struct platform_driver jz_nand_driver' static Lars-Peter Clausen
2010-11-11 18:02 ` Lars-Peter Clausen
2010-11-11 18:02 ` [PATCH] MTD: NAND: jz4740: Remove custom {read,write}_page handlers Lars-Peter Clausen
2010-11-11 18:02   ` Lars-Peter Clausen
2010-11-26 15:45 ` [PATCH] MTD: NAND: jz4740: Make 'struct platform_driver jz_nand_driver' static Artem Bityutskiy

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.