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