Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176180
b: refs/heads/master
c: b3a0894
h: refs/heads/master
v: v3
  • Loading branch information
Uwe Kleine-König authored and Grant Likely committed Dec 9, 2009
1 parent 81decfb commit 946f086
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: bbd050af0e2b7d77bfc959cf76219eb71c3b982a
refs/heads/master: b3a08945166adc8515a8c7927fbf0df264db5b63
2 changes: 1 addition & 1 deletion trunk/drivers/spi/spi_mpc8xxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ static int __devexit plat_mpc8xxx_spi_remove(struct platform_device *pdev)
MODULE_ALIAS("platform:mpc8xxx_spi");
static struct platform_driver mpc8xxx_spi_driver = {
.probe = plat_mpc8xxx_spi_probe,
.remove = __exit_p(plat_mpc8xxx_spi_remove),
.remove = __devexit_p(plat_mpc8xxx_spi_remove),
.driver = {
.name = "mpc8xxx_spi",
.owner = THIS_MODULE,
Expand Down

0 comments on commit 946f086

Please sign in to comment.