Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130837
b: refs/heads/master
c: bcc8f3e
h: refs/heads/master
i:
  130835: 93f9035
v: v3
  • Loading branch information
Uwe Kleine-König committed Jan 31, 2009
1 parent 9e895a4 commit bdc23a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b3c960b277c440c8a7788d338c9f494ad62e46ab
refs/heads/master: bcc8f3e01facc51b9d4f6351cd866f19eac0b5ae
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-sa1100/generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ static struct platform_device sa11x0pcmcia_device = {
};

static struct platform_device sa11x0mtd_device = {
.name = "flash",
.name = "sa1100-mtd",
.id = -1,
};

Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/mtd/maps/sa1100-flash.c
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ static struct platform_driver sa1100_mtd_driver = {
.resume = sa1100_mtd_resume,
.shutdown = sa1100_mtd_shutdown,
.driver = {
.name = "flash",
.name = "sa1100-mtd",
.owner = THIS_MODULE,
},
};
Expand All @@ -474,4 +474,4 @@ module_exit(sa1100_mtd_exit);
MODULE_AUTHOR("Nicolas Pitre");
MODULE_DESCRIPTION("SA1100 CFI map driver");
MODULE_LICENSE("GPL");
MODULE_ALIAS("platform:flash");
MODULE_ALIAS("platform:sa1100-mtd");

0 comments on commit bdc23a8

Please sign in to comment.