summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm/Adapter.h
diff options
context:
space:
mode:
authorKevin McKinney2012-12-01 07:15:55 +0100
committerGreg Kroah-Hartman2013-01-07 19:45:51 +0100
commit08391731e08d9e0d48664680e7b174e6f61d00e3 (patch)
treef1f4deb784a17546cd8f127ac9d81dce1d04e6b2 /drivers/staging/bcm/Adapter.h
parentStaging: bcm: Remove typedef for _VENDOR_SECTION_INFO and call directly. (diff)
downloadkernel-qcow2-linux-08391731e08d9e0d48664680e7b174e6f61d00e3.tar.gz
kernel-qcow2-linux-08391731e08d9e0d48664680e7b174e6f61d00e3.tar.xz
kernel-qcow2-linux-08391731e08d9e0d48664680e7b174e6f61d00e3.zip
Staging: bcm: Remove typedef for _FLASH_2X_CS_INFO and call directly.
This patch removes typedef for _FLASH_2X_CS_INFO, and changes the name of the struct to bcm_flash2x_cs_info. In addition, any calls to typedefs FLASH2X_CS_INFO, or *PFLASH2X_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 4231b6751d20..d002aea92039 100644
--- a/drivers/staging/bcm/Adapter.h
+++ b/drivers/staging/bcm/Adapter.h
@@ -366,7 +366,7 @@ struct bcm_mini_adapter {
struct device *pstCreatedClassDevice;
/* BOOLEAN InterfaceUpStatus; */
- PFLASH2X_CS_INFO psFlash2xCSInfo;
+ struct bcm_flash2x_cs_info *psFlash2xCSInfo;
PFLASH_CS_INFO psFlashCSInfo;
struct bcm_flash2x_vendor_info *psFlash2xVendorInfo;
UINT uiFlashBaseAdd; /* Flash start address */