[PATCH 07/21] Staging: bcm: Remove typedef for _TARGET_PARAMS and call directly.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This patch removes typedef for _TARGET_PARAMS,
changes the name of the struct from
_TARGET_PARAMS to bcm_target_params. In addition,
remove typedefs: STARGETPARAMS, *PSTARGETPARAMS.

Signed-off-by: Kevin McKinney <klmckinney1@xxxxxxxxx>
---
 drivers/staging/bcm/Adapter.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapter.h
index 1d18ef9..f9d06c2 100644
--- a/drivers/staging/bcm/Adapter.h
+++ b/drivers/staging/bcm/Adapter.h
@@ -252,7 +252,7 @@ typedef struct _PER_TARANG_DATA {
 } PER_TARANG_DATA, *PPER_TARANG_DATA;
 
 #ifdef REL_4_1
-typedef struct _TARGET_PARAMS {
+struct bcm_target_params {
 	B_UINT32 m_u32CfgVersion;
 
 	/* Scanning Related Params */
@@ -329,7 +329,7 @@ typedef struct _TARGET_PARAMS {
 	 * This is added just to sync 4.x and 5.x CFGs
 	 */
 	B_UINT32 m_u32BandAMCEnable;
-} STARGETPARAMS, *PSTARGETPARAMS;
+};
 #endif
 
 struct bcm_targetdsx_buffer {
-- 
1.7.9.5

_______________________________________________
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxx
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel


[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux