Lars-Peter Clausen 1baf665b81 mfd: Remove redundant spi driver bus initialization
In ancient times it was necessary to manually initialize the bus field of an
spi_driver to spi_bus_type. These days this is done in spi_driver_register() so
we can drop the manual assignment.

The patch was generated using the following coccinelle semantic patch:
// <smpl>
@@
identifier _driver;
@@
struct spi_driver _driver = {
    .driver = {
-           .bus = &spi_bus_type,
    },
};
// </smpl>

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Cc: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2012-05-01 12:00:22 +02:00
..
2012-03-06 18:46:57 +01:00
2012-03-16 21:12:32 +01:00
2012-05-01 12:00:22 +02:00
2012-05-01 12:00:21 +02:00
2011-10-24 14:09:19 +02:00
2012-05-01 12:00:21 +02:00
2012-05-01 12:00:21 +02:00
2012-01-09 01:03:34 +01:00
2012-03-06 18:46:47 +01:00
2011-05-26 19:45:28 +02:00
2011-05-26 19:45:28 +02:00
2012-01-09 00:37:44 +01:00
2012-03-20 16:56:33 +01:00
2012-03-28 13:56:35 -07:00
2012-05-01 12:00:21 +02:00
2012-03-28 13:56:35 -07:00
2012-03-28 13:56:35 -07:00
2012-03-28 13:56:35 -07:00