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