public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] ARM: NUC900: rename mtd nand driver name
@ 2010-01-01 10:07 Wan ZongShun
  2010-01-01 10:28 ` Wolfgang Denk
  0 siblings, 1 reply; 3+ messages in thread
From: Wan ZongShun @ 2010-01-01 10:07 UTC (permalink / raw)
  To: linux-mtd

[-- Attachment #1: Type: text/plain, Size: 31 bytes --]


Re-sent it to linux-mtd list.

[-- Attachment #2: [PATCH] ARM: NUC900: rename mtd nand driver name.eml --]
[-- Type: message/rfc822, Size: 1452 bytes --]

From: Wan ZongShun <mcuos.com@gmail.com>
To: David Woodhouse <dwmw2@infradead.org>, NUC900-LINUX <nuc900@googlegroups.com>, linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
Subject: [PATCH] ARM: NUC900: rename mtd nand driver name
Date: Fri, 01 Jan 2010 18:03:47 +0800
Message-ID: <4B3DC883.5060405@gmail.com>

Dear David,

Due to I have renamed the platform_device.name,so this patch changes
this nand driver platform_driver name.

Signed-off-by: Wan ZongShun <mcuos.com@gmail.com>

---
 drivers/mtd/nand/w90p910_nand.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/mtd/nand/w90p910_nand.c
b/drivers/mtd/nand/w90p910_nand.c
index 7680e73..c2e9b68 100644
--- a/drivers/mtd/nand/w90p910_nand.c
+++ b/drivers/mtd/nand/w90p910_nand.c
@@ -358,7 +358,7 @@ static struct platform_driver w90p910_nand_driver = {
 	.probe		= w90p910_nand_probe,
 	.remove		= __devexit_p(w90p910_nand_remove),
 	.driver		= {
-		.name	= "w90p910-fmi",
+		.name	= "nuc900-fmi",
 		.owner	= THIS_MODULE,
 	},
 };
@@ -379,4 +379,4 @@ module_exit(w90p910_nand_exit);
 MODULE_AUTHOR("Wan ZongShun <mcuos.com@gmail.com>");
 MODULE_DESCRIPTION("w90p910 nand driver!");
 MODULE_LICENSE("GPL");
-MODULE_ALIAS("platform:w90p910-fmi");
+MODULE_ALIAS("platform:nuc900-fmi");
-- 
1.5.6.3


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

end of thread, other threads:[~2010-01-01 10:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-01 10:07 [PATCH] ARM: NUC900: rename mtd nand driver name Wan ZongShun
2010-01-01 10:28 ` Wolfgang Denk
2010-01-01 10:38   ` Wan ZongShun

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