]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Staging: bcm: Remove typedef for _S_MIBS_CLASSIFIER_RULE and call directly.
authorKevin McKinney <klmckinney1@gmail.com>
Mon, 26 Nov 2012 00:29:01 +0000 (19:29 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Nov 2012 00:07:58 +0000 (16:07 -0800)
commit4aca284f1a0d0b86a0105558a2599937ee32a5b7
tree23a42a5b56bab6c97640bf890d3b6a89beae1797
parent8a885ae80573430f1d3c31b6b33d078b1ed44aee
Staging: bcm: Remove typedef for _S_MIBS_CLASSIFIER_RULE and call directly.

This patch removes typedef for _S_MIBS_CLASSIFIER_RULE, and
changes the name of the struct to bcm_mibs_classifier_rule.
In addition, any calls to typedef S_MIBS_CLASSIFIER_RULE 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/HostMIBSInterface.h
drivers/staging/bcm/hostmibs.c