From: Wan ZongShun <mcuos.com@gmail.com>
To: linux-mtd <linux-mtd@lists.infradead.org>
Subject: [PATCH] ARM: NUC900: rename mtd nand driver name
Date: Fri, 01 Jan 2010 18:07:46 +0800 [thread overview]
Message-ID: <4B3DC972.1020702@gmail.com> (raw)
[-- 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
next reply other threads:[~2010-01-01 10:07 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-01 10:07 Wan ZongShun [this message]
2010-01-01 10:28 ` [PATCH] ARM: NUC900: rename mtd nand driver name Wolfgang Denk
2010-01-01 10:38 ` Wan ZongShun
-- strict thread matches above, loose matches on Subject: below --
2010-01-01 10:03 Wan ZongShun
2010-01-01 10:27 ` Wolfgang Denk
2010-01-01 10:35 ` Wan ZongShun
2010-01-01 12:24 ` David Woodhouse
2010-01-01 13:35 ` Wan ZongShun
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B3DC972.1020702@gmail.com \
--to=mcuos.com@gmail.com \
--cc=linux-mtd@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.