summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm/InterfaceInit.h
diff options
context:
space:
mode:
authorKevin McKinney2012-11-02 04:42:21 +0100
committerGreg Kroah-Hartman2012-11-02 19:36:46 +0100
commitd6861cfef2e42fecd5f0d51554493e45df6612a6 (patch)
treefae59eca620530c33b7a8fef489d39b27d047e74 /drivers/staging/bcm/InterfaceInit.h
parentStaging: bcm: Change BOOLEAN to bool in InterfaceAdapter.h (diff)
downloadkernel-qcow2-linux-d6861cfef2e42fecd5f0d51554493e45df6612a6.tar.gz
kernel-qcow2-linux-d6861cfef2e42fecd5f0d51554493e45df6612a6.tar.xz
kernel-qcow2-linux-d6861cfef2e42fecd5f0d51554493e45df6612a6.zip
Staging: bcm: Remove typedef for _S_INTERFACE_ADAPTER and call directly.
This patch removes typedef for _S_INTERFACE_ADAPTER, changes the name of the struct to bcm_interface_adapter. In addition, any calls to typedefs S_INTERFACE_ADAPTER, or *PS_INTERFACE_ADAPTER are changed to call the struct directly. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/bcm/InterfaceInit.h')
-rw-r--r--drivers/staging/bcm/InterfaceInit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/bcm/InterfaceInit.h b/drivers/staging/bcm/InterfaceInit.h
index 866924e35f9c..71e80f3bd4c1 100644
--- a/drivers/staging/bcm/InterfaceInit.h
+++ b/drivers/staging/bcm/InterfaceInit.h
@@ -21,6 +21,6 @@ int InterfaceInitialize(void);
int InterfaceExit(void);
-int usbbcm_worker_thread(PS_INTERFACE_ADAPTER psIntfAdapter);
+int usbbcm_worker_thread(struct bcm_interface_adapter *psIntfAdapter);
#endif