Skip to content

Commit

Permalink
ARM: NUC900: rename mtd nand driver name
Browse files Browse the repository at this point in the history
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>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
Wan ZongShun authored and David Woodhouse committed Jan 1, 2010
1 parent cbd38a8 commit 49f37b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/mtd/nand/w90p910_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
};
Expand All @@ -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");

0 comments on commit 49f37b7

Please sign in to comment.