summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm/Adapter.h
diff options
context:
space:
mode:
authorKevin McKinney2012-12-01 07:15:56 +0100
committerGreg Kroah-Hartman2013-01-07 19:45:51 +0100
commit168b14009a135d669cb68fa9839cf3b796dd6382 (patch)
tree6613714f962856329b841a0aa06f4bb91c01576f /drivers/staging/bcm/Adapter.h
parentStaging: bcm: Remove typedef for _FLASH_2X_CS_INFO and call directly. (diff)
downloadkernel-qcow2-linux-168b14009a135d669cb68fa9839cf3b796dd6382.tar.gz
kernel-qcow2-linux-168b14009a135d669cb68fa9839cf3b796dd6382.tar.xz
kernel-qcow2-linux-168b14009a135d669cb68fa9839cf3b796dd6382.zip
Staging: bcm: Remove typedef for _FLASH_CS_INFO and call directly.
This patch removes typedef for _FLASH_CS_INFO, and changes the name of the struct to bcm_flash_cs_info. In addition, any calls to typedefs FLASH_CS_INFO, or *PFLASH_CS_INFO 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/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 d002aea92039..1f7005d0b659 100644
--- a/drivers/staging/bcm/Adapter.h
+++ b/drivers/staging/bcm/Adapter.h
@@ -367,7 +367,7 @@ struct bcm_mini_adapter {
/* BOOLEAN InterfaceUpStatus; */
struct bcm_flash2x_cs_info *psFlash2xCSInfo;
- PFLASH_CS_INFO psFlashCSInfo;
+ struct bcm_flash_cs_info *psFlashCSInfo;
struct bcm_flash2x_vendor_info *psFlash2xVendorInfo;
UINT uiFlashBaseAdd; /* Flash start address */
UINT uiActiveISOOffset; /* Active ISO offset chosen before f/w download */