linux/drivers/net/wireless/wl12xx
Lars-Peter Clausen 4e3309ba95 wireless: 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: Dan Williams <dcbw@redhat.com>
Cc: "John W. Linville" <linville@tuxdriver.com>
Cc: Christian Lamparter <chunkeey@googlemail.com>
Cc: Luciano Coelho <coelho@ti.com>
Cc: libertas-dev@lists.infradead.org
Cc: linux-wireless@vger.kernel.org
Acked-by: Luciano Coelho <coelho@ti.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2011-11-28 14:43:58 -05:00
..
acx.c wl12xx: configure rate policy for p2p operations 2011-10-07 08:31:43 +03:00
acx.h wl12xx: configure rate policy for p2p operations 2011-10-07 08:31:43 +03:00
boot.c drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE 2011-10-31 19:31:08 -04:00
boot.h
cmd.c wl12xx: disable AP-mode-specific quirks 2011-10-07 08:32:30 +03:00
cmd.h wl12xx: Add support for HW channel switch 2011-10-07 08:32:27 +03:00
conf.h wl12xx: configure rate policy for p2p operations 2011-10-07 08:31:43 +03:00
debugfs.c wl12xx: use kstrtoul_from_user 2011-09-14 11:47:43 +03:00
debugfs.h
event.c wl12xx: Add support for HW channel switch 2011-10-07 08:32:27 +03:00
event.h
ini.h
init.c wl12xx: implement set_bitrate_mask callback 2011-09-23 15:59:45 +03:00
init.h
io.c
io.h
Kconfig wl12xx: remove deprecated CONFIG_WL12XX_HT flag 2011-09-14 11:47:34 +03:00
main.c wl12xx: disable AP-mode-specific quirks 2011-10-07 08:32:30 +03:00
Makefile wl12xx: fix sdio_test module functionality 2011-09-23 14:11:31 +03:00
ps.c wl12xx: don't indicate up PS-filtered dummy packets 2011-09-14 12:43:51 +03:00
ps.h
reg.h
rx.c wl12xx: remove deprecated CONFIG_WL12XX_HT flag 2011-09-14 11:47:34 +03:00
rx.h
scan.c wl12xx: fix wl12xx_scan_sched_scan_ssid_list() check that all given ssids are in filters 2011-11-08 15:02:45 -05:00
scan.h
sdio_test.c wl12xx: fix sdio_test module functionality 2011-09-23 14:11:31 +03:00
sdio.c Merge branch 'master' of git://git.infradead.org/users/linville/wireless 2011-09-20 14:11:55 -04:00
spi.c wireless: Remove redundant spi driver bus initialization 2011-11-28 14:43:58 -05:00
testmode.c
testmode.h
tx.c wl12xx: implement set_bitrate_mask callback 2011-09-23 15:59:45 +03:00
tx.h wl12xx: implement set_bitrate_mask callback 2011-09-23 15:59:45 +03:00
wl12xx_80211.h
wl12xx_platform_data.c
wl12xx.h wl12xx: disable AP-mode-specific quirks 2011-10-07 08:32:30 +03:00