Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64626
b: refs/heads/master
c: 4ccdb4c
h: refs/heads/master
v: v3
  • Loading branch information
Atsushi Nemoto authored and Linus Torvalds committed Aug 31, 2007
1 parent 4331a5a commit 9c80cb7
Show file tree
Hide file tree
Showing 3 changed files with 3 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: fc3ba9525b50ea0d1670357ece21ebedcee507ae
refs/heads/master: 4ccdb4c8727c9963c7aa0d6301df283cf1f8a731
2 changes: 1 addition & 1 deletion trunk/arch/mips/tx4938/toshiba_rbtx4938/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@ static void __init txx9_spi_init(unsigned long base, int irq)
.flags = IORESOURCE_IRQ,
},
};
platform_device_register_simple("txx9spi", 0,
platform_device_register_simple("spi_txx9", 0,
res, ARRAY_SIZE(res));
}

Expand Down
3 changes: 1 addition & 2 deletions trunk/drivers/spi/spi_txx9.c
Original file line number Diff line number Diff line change
Expand Up @@ -450,11 +450,10 @@ static int __exit txx9spi_remove(struct platform_device *dev)
return 0;
}

MODULE_ALIAS("txx9spi"); /* for platform bus hotplug */
static struct platform_driver txx9spi_driver = {
.remove = __exit_p(txx9spi_remove),
.driver = {
.name = "txx9spi",
.name = "spi_txx9",
.owner = THIS_MODULE,
},
};
Expand Down

0 comments on commit 9c80cb7

Please sign in to comment.