commit | 8f0652c25559e6757a0258aa241a23c187494d5e | [log] [tgz] |
---|---|---|
author | Kevin McKinney <klmckinney1@gmail.com> | Mon Dec 10 21:55:09 2012 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jan 07 10:49:02 2013 -0800 |
tree | 964d1294fdf1b950814cd0a1b067f7ed0b4da404 | |
parent | 17d7fd271a13b72a0fe452c4a7992c65dc479b23 [diff] |
Staging: bcm: Remove typedef for IPV6RoutingHeaderFormatTag and call directly. This patch removes typedef IPV6RoutingHeaderFormatTag, and changes the name of the struct to bcm_ipv6_routing_hdr. In addition, any calls to typedef IPV6RoutingHeader are changed to call the struct directly. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>