aboutsummaryrefslogtreecommitdiff
path: root/drivers/sdio/function
diff options
context:
space:
mode:
authorAndy Green <agreen@pads.home.warmcat.com>2008-11-19 17:10:03 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-11-19 17:10:03 +0000
commita79a5b55e287dcf73d8acd92089aea1b1d8bf9c3 (patch)
tree68089f6955c965cfff87e3246b3d3f5e95c1de35 /drivers/sdio/function
parent2f004d037ef2c410dc5ad9fd53ed15e4a85f1aba (diff)
Signed-Off-Number: Holger Freyther <zecke@openmoko.org>
Diffstat (limited to 'drivers/sdio/function')
-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)