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