commit | be5e219dcdc7af02cf7e9d1033ec6c45902fdcb0 | [log] [tgz] |
---|---|---|
author | Kevin McKinney <klmckinney1@gmail.com> | Sat Dec 01 01:15:51 2012 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jan 07 10:45:50 2013 -0800 |
tree | ed189a1a79f5656fba100d8ea5e97e0eb2f3c29f | |
parent | 20a2ae8019080d6641fb409016b55e48e6773dcc [diff] |
Staging: bcm: Remove typedef for _ISO_HEADER and call directly. This patch removes typedef for _ISO_HEADER, and changes the name of the struct to bcm_iso_header. In addition, any calls to typedefs ISO_HEADER, or *PISO_HEADER are changed to call the struct directly. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>