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
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(-)