aboutsummaryrefslogtreecommitdiff
path: root/drivers/sdio/function/wlan/ar6000/hif/hif.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/sdio/function/wlan/ar6000/hif/hif.c')
-rw-r--r--drivers/sdio/function/wlan/ar6000/hif/hif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sdio/function/wlan/ar6000/hif/hif.c b/drivers/sdio/function/wlan/ar6000/hif/hif.c
index 3d6d792d974..51711574fc9 100644
--- a/drivers/sdio/function/wlan/ar6000/hif/hif.c
+++ b/drivers/sdio/function/wlan/ar6000/hif/hif.c
@@ -782,7 +782,7 @@ delHifDevice(SDDEVICE *handle)
struct device*
HIFGetOSDevice(HIF_DEVICE *device)
{
- return &device->handle->Device.dev;
+ return &device->handle->Device->dev;
}
static void ResetAllCards(void)