summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm/Adapter.h
diff options
context:
space:
mode:
authorKevin McKinney2012-12-17 23:35:20 +0100
committerGreg Kroah-Hartman2013-01-07 19:54:01 +0100
commitc81823340a7eaa3dfdd4c5a244deff30231d2e5c (patch)
treece88272525df846e2ddf9ab44f35be63a7783758 /drivers/staging/bcm/Adapter.h
parentStaging: bcm: Replace B_UINT32 with u32 in target_params.h (diff)
downloadkernel-qcow2-linux-c81823340a7eaa3dfdd4c5a244deff30231d2e5c.tar.gz
kernel-qcow2-linux-c81823340a7eaa3dfdd4c5a244deff30231d2e5c.tar.xz
kernel-qcow2-linux-c81823340a7eaa3dfdd4c5a244deff30231d2e5c.zip
Staging: bcm: Remove typedef for _TARGET_PARAMS and call directly.
This patch removes typedef for _TARGET_PARAMS, and changes the name of the struct to bcm_target_params. In addition, any calls to struct "stTargetParams, TARGET_PARAMS, *PTARGET_PARAMS, STARGETPARAMS, or *PSTARGETPARAMS are changed to call directly. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/bcm/Adapter.h')
-rw-r--r--drivers/staging/bcm/Adapter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapter.h
index f13afe7c8937..6e43c61c72e8 100644
--- a/drivers/staging/bcm/Adapter.h
+++ b/drivers/staging/bcm/Adapter.h
@@ -288,7 +288,7 @@ struct bcm_mini_adapter {
wait_queue_head_t ioctl_fw_dnld_wait_queue;
BOOLEAN waiting_to_fw_download_done;
pid_t fw_download_process_pid;
- PSTARGETPARAMS pstargetparams;
+ struct bcm_target_params *pstargetparams;
BOOLEAN device_removed;
BOOLEAN DeviceAccess;
BOOLEAN bIsAutoCorrectEnabled;