commit | bc25b751537e9481bf41d2718969f9356e31fb4f | [log] [tgz] |
---|---|---|
author | Kevin McKinney <klmckinney1@gmail.com> | Mon Dec 10 21:55:06 2012 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jan 07 10:49:02 2013 -0800 |
tree | e8e662c75dc31e3baf669151a681a5a75c210dbb | |
parent | 5601bb9da56602a4faa387c9cc6b1bb929393de5 [diff] |
Staging: bcm: Remove typedef for IPV6HopByHopOptionsHeaderFormatTag and call directly. This patch removes typedef IPV6HopByHopOptionsHeaderFormatTag, and changes the name of the struct to bcm_ipv6_options_hdr. In addition, any calls to typedef IPV6HopByHopOptionsHeader are changed to call the struct directly. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>