[PATCH 2/2] Staging: bcm: Remove struct bcm_target_params.

2012-05-23 Thread klmckinney1
From: Kevin McKinney This patch removes struct bcm_target_params because it is not being used. Signed-off-by: Kevin McKinney --- drivers/staging/bcm/Adapter.h | 81 - 1 file changed, 81 deletions(-) diff --git a/drivers/staging/bcm/Adapter.h b/drivers

[PATCH 1/2] Staging: bcm: Add typedef back for bcm_ip_address, and convert struct back to union.

2012-05-23 Thread klmckinney1
From: Kevin McKinney This patch adds typedef back for bcm_ip_address and convert the struct back to union. All calls to the struct are changed to call the typedef. Signed-off-by: Kevin McKinney --- drivers/staging/bcm/Adapter.h |8 1 file changed, 4 insertions(+), 4 deletions(-)