commit | c1fa1eb38f15dd9998a7cc2fe4f54eb95d14208c | [log] [tgz] |
---|---|---|
author | Kevin McKinney <klmckinney1@gmail.com> | Thu Nov 01 23:42:26 2012 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Nov 02 11:36:47 2012 -0700 |
tree | b0b774c8488f0a70b07e0e9764af503a0d18533d | |
parent | 89a02bfe0fe8176d3fe8ec065fffb05a860f713e [diff] |
Staging: bcm: Remove typedef for _BULK_ENDP_OUT and call directly. This patch removes typedef for _BULK_ENDP_OUT, changes the name of the struct to bcm_bulk_endpoint_out. In addition, any calls to typedefs BULK_ENDP_OUT, or *PBULK_ENDP_OUT are changed to call the struct directly. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>