wl12xx: use the same plat dev name for both SPI and SDIO
authorLuciano Coelho <coelho@ti.com>
Fri, 7 Oct 2011 12:54:15 +0000 (15:54 +0300)
committerLuciano Coelho <coelho@ti.com>
Tue, 11 Oct 2011 17:11:10 +0000 (20:11 +0300)
commitccb62000d5e92772b6d5c2acce2f56263886ed89
tree50ed51f3c2d69d0fd14d770208cea87b628fd381
parent48309fd477ef867babb6819f67fe082c133a5fa9
wl12xx: use the same plat dev name for both SPI and SDIO

There's no need to have the bus name included in the platform device
name that we create.  The core driver doesn't need to know about the
type of bus it uses.  Any differences between the buses that need to
be handled differently in the core, can be passed in the platform data
(as the pwr_in_suspend boolean does).

Use "wl12xx" for the device name in both bus drivers.  Rename the
platform driver name to "wl12xx_driver", just to differentiate from
the platform device names.

Signed-off-by: Luciano Coelho <coelho@ti.com>
drivers/net/wireless/wl12xx/main.c
drivers/net/wireless/wl12xx/sdio.c
drivers/net/wireless/wl12xx/spi.c
This page took 0.027411 seconds and 5 git commands to generate.