commit | 0395a61d9151b18866210f070681fd6af362f1a5 | [log] [tgz] |
---|---|---|
author | Kevin McKinney <klmckinney1@gmail.com> | Thu Nov 22 14:48:41 2012 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Nov 26 16:05:12 2012 -0800 |
tree | 9aaa94f17bec2f22ff0ec53496f9c905ceda02f7 | |
parent | 63df64a27a42deb75907b411f0e2f5916febc241 [diff] |
Staging: bcm: Remove typedef for _ST_TIME_ELAPSED_ and call directly. This patch removes typedef for _ST_TIME_ELAPSED_, and changes the name of the struct to bcm_time_elapsed. In addition, any calls to typedefs ST_TIME_ELAPSED, or *PST_TIME_ELAPSED are changed to call the struct directly. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>