aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm/vendorspecificextn.h
diff options
context:
space:
mode:
authorKevin McKinney <klmckinney1@gmail.com>2012-12-01 01:15:53 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-07 10:45:50 -0800
commit2fe119fd351870b1b159d4e117f77369475f150a (patch)
tree503db76fbabf270710b71d9f51ce92df54d49685 /drivers/staging/bcm/vendorspecificextn.h
parentStaging: bcm: Remove typedef for _DSD_HEADER and call directly. (diff)
downloadlinux-dev-2fe119fd351870b1b159d4e117f77369475f150a.tar.xz
linux-dev-2fe119fd351870b1b159d4e117f77369475f150a.zip
Staging: bcm: Remove typedef for _FLASH2X_VENDORSPECIFIC_INFO and call directly.
This patch removes typedef for _FLASH2X_VENDORSPECIFIC_INFO, and changes the name of the struct to bcm_flash2x_vendor_info. In addition, any calls to typedefs FLASH2X_VENDORSPECIFIC_INFO, or *PFLASH2X_VENDORSPECIFIC_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/vendorspecificextn.h')
-rw-r--r--drivers/staging/bcm/vendorspecificextn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/bcm/vendorspecificextn.h b/drivers/staging/bcm/vendorspecificextn.h
index 834410e29e75..52890d216edf 100644
--- a/drivers/staging/bcm/vendorspecificextn.h
+++ b/drivers/staging/bcm/vendorspecificextn.h
@@ -4,7 +4,7 @@
#define CONTINUE_COMMON_PATH 0xFFFF
-INT vendorextnGetSectionInfo(PVOID pContext,PFLASH2X_VENDORSPECIFIC_INFO pVendorInfo);
+INT vendorextnGetSectionInfo(PVOID pContext, struct bcm_flash2x_vendor_info *pVendorInfo);
INT vendorextnExit(struct bcm_mini_adapter *Adapter);
INT vendorextnInit(struct bcm_mini_adapter *Adapter);
INT vendorextnIoctl(struct bcm_mini_adapter *Adapter, UINT cmd, ULONG arg);