aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ath6kl/os/linux/hci_bridge.c
diff options
context:
space:
mode:
authorLuis R. Rodriguez <lrodriguez@atheros.com>2011-03-14 10:58:43 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2011-03-14 11:58:43 -0700
commite6b5260ee8d2e682ef90caac902124ca884f7386 (patch)
treef49a469f77f7fd23bf0029ec15103ff68afff011 /drivers/staging/ath6kl/os/linux/hci_bridge.c
parent02e12e08f4e94973c3bae9f3f6445680a120bebc (diff)
downloadkernel_samsung_smdk4412-e6b5260ee8d2e682ef90caac902124ca884f7386.zip
kernel_samsung_smdk4412-e6b5260ee8d2e682ef90caac902124ca884f7386.tar.gz
kernel_samsung_smdk4412-e6b5260ee8d2e682ef90caac902124ca884f7386.tar.bz2
ath6kl: remove-typedef HIF_DEVICE_OS_DEVICE_INFO
remove-typedef -s HIF_DEVICE_OS_DEVICE_INFO \ "struct hif_device_os_device_info" drivers/staging/ath6kl/ Tested-by: Naveen Singh <nsingh@atheros.com> Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/ath6kl/os/linux/hci_bridge.c')
-rw-r--r--drivers/staging/ath6kl/os/linux/hci_bridge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/ath6kl/os/linux/hci_bridge.c b/drivers/staging/ath6kl/os/linux/hci_bridge.c
index 4500f84..d30ca24 100644
--- a/drivers/staging/ath6kl/os/linux/hci_bridge.c
+++ b/drivers/staging/ath6kl/os/linux/hci_bridge.c
@@ -857,7 +857,7 @@ static int bt_setup_hci(struct ar6k_hci_bridge_info *pHcidevInfo)
{
int status = 0;
struct hci_dev *pHciDev = NULL;
- HIF_DEVICE_OS_DEVICE_INFO osDevInfo;
+ struct hif_device_os_device_info osDevInfo;
if (!setupbtdev) {
return 0;