Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280687
b: refs/heads/master
c: bb74041
h: refs/heads/master
i:
  280685: 9749281
  280683: 0b6bd0d
  280679: 96c2974
  280671: faa1e5b
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Greg Kroah-Hartman committed Nov 27, 2011
1 parent 80f381c commit 04ad7f4
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 6 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: e86ff4a63c9fdd875ba8492577cd1ad2252f525c
refs/heads/master: bb74041b1367b4935b8284a2b541f5e4365d3f50
1 change: 0 additions & 1 deletion trunk/drivers/tty/serial/ifx6x60.c
Original file line number Diff line number Diff line change
Expand Up @@ -1334,7 +1334,6 @@ MODULE_DEVICE_TABLE(spi, ifx_id_table);
static const struct spi_driver ifx_spi_driver = {
.driver = {
.name = DRVNAME,
.bus = &spi_bus_type,
.pm = &ifx_spi_pm,
.owner = THIS_MODULE},
.probe = ifx_spi_spi_probe,
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/tty/serial/max3100.c
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,6 @@ static int max3100_resume(struct spi_device *spi)
static struct spi_driver max3100_driver = {
.driver = {
.name = "max3100",
.bus = &spi_bus_type,
.owner = THIS_MODULE,
},

Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/tty/serial/max3107-aava.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ static int __devinit max3107_probe_aava(struct spi_device *spi)
static struct spi_driver max3107_driver = {
.driver = {
.name = "aava-max3107",
.bus = &spi_bus_type,
.owner = THIS_MODULE,
},
.probe = max3107_probe_aava,
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/tty/serial/max3107.c
Original file line number Diff line number Diff line change
Expand Up @@ -1181,7 +1181,6 @@ static int max3107_probe_generic(struct spi_device *spi)
static struct spi_driver max3107_driver = {
.driver = {
.name = "max3107",
.bus = &spi_bus_type,
.owner = THIS_MODULE,
},
.probe = max3107_probe_generic,
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/tty/serial/mrst_max3110.c
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,6 @@ static int __devexit serial_m3110_remove(struct spi_device *dev)
static struct spi_driver uart_max3110_driver = {
.driver = {
.name = "spi_max3111",
.bus = &spi_bus_type,
.owner = THIS_MODULE,
},
.probe = serial_m3110_probe,
Expand Down

0 comments on commit 04ad7f4

Please sign in to comment.