Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284545
b: refs/heads/master
c: f78d29f
h: refs/heads/master
i:
  284543: 8191fd3
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Samuel Ortiz committed Jan 8, 2012
1 parent 712b4eb commit 4ac9523
Show file tree
Hide file tree
Showing 4 changed files with 1 addition 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: 65349d60d27e850c94544567c91ab1be3e4c0777
refs/heads/master: f78d29f166f347154909c33ca527c50ba65c95f7
1 change: 0 additions & 1 deletion trunk/drivers/mfd/mc13xxx-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,6 @@ static struct spi_driver mc13xxx_driver = {
.id_table = mc13xxx_device_id,
.driver = {
.name = "mc13xxx",
.bus = &spi_bus_type,
.owner = THIS_MODULE,
},
.probe = mc13xxx_probe,
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/mfd/tps65912-spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ static int __devexit tps65912_spi_remove(struct spi_device *spi)
static struct spi_driver tps65912_spi_driver = {
.driver = {
.name = "tps65912",
.bus = &spi_bus_type,
.owner = THIS_MODULE,
},
.probe = tps65912_spi_probe,
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/mfd/wm831x-spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ MODULE_DEVICE_TABLE(spi, wm831x_spi_id);
static struct spi_driver wm831x_spi_driver = {
.driver = {
.name = "wm831x",
.bus = &spi_bus_type,
.owner = THIS_MODULE,
.pm = &wm831x_spi_pm,
},
Expand Down

0 comments on commit 4ac9523

Please sign in to comment.