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