diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/sdio.c')
-rw-r--r-- | drivers/net/wireless/ath/ath6kl/sdio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/sdio.c b/drivers/net/wireless/ath/ath6kl/sdio.c index 15c3f56caf4f..9475e2d0d0b7 100644 --- a/drivers/net/wireless/ath/ath6kl/sdio.c +++ b/drivers/net/wireless/ath/ath6kl/sdio.c | |||
@@ -1332,7 +1332,7 @@ static const struct sdio_device_id ath6kl_sdio_devices[] = { | |||
1332 | MODULE_DEVICE_TABLE(sdio, ath6kl_sdio_devices); | 1332 | MODULE_DEVICE_TABLE(sdio, ath6kl_sdio_devices); |
1333 | 1333 | ||
1334 | static struct sdio_driver ath6kl_sdio_driver = { | 1334 | static struct sdio_driver ath6kl_sdio_driver = { |
1335 | .name = "ath6kl_sdio", | 1335 | .name = "ath6kl", |
1336 | .id_table = ath6kl_sdio_devices, | 1336 | .id_table = ath6kl_sdio_devices, |
1337 | .probe = ath6kl_sdio_probe, | 1337 | .probe = ath6kl_sdio_probe, |
1338 | .remove = ath6kl_sdio_remove, | 1338 | .remove = ath6kl_sdio_remove, |