Staging: bcm: Remove typedef for _S_MIBS_HOST_STATS_MIBS and call directly.
authorKevin McKinney <klmckinney1@gmail.com>
Mon, 26 Nov 2012 00:28:56 +0000 (19:28 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Nov 2012 00:07:57 +0000 (16:07 -0800)
commit954f91d1afbdb1b7e1870df405c824b68fd145ad
tree6b345367f69249b06f2ceecb020a286c85bfc6cc
parent2a4d3a20cd49d4ea7a86aee2171765a4807ef39c
Staging: bcm: Remove typedef for _S_MIBS_HOST_STATS_MIBS and call directly.

This patch removes typedef for _S_MIBS_HOST_STATS_MIBS,
and changes the name of the struct to bcm_host_stats_mibs.
In addition, any calls to typedefs S_MIBS_HOST_STATS_MIBS
are changed to call the struct directly.

Signed-off-by: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/Bcmchar.c
drivers/staging/bcm/HostMIBSInterface.h
drivers/staging/bcm/Prototypes.h
drivers/staging/bcm/hostmibs.c
This page took 0.025725 seconds and 5 git commands to generate.