Staging: bcm: Remove typedef for _FLASH2X_BITMAP and call directly.
authorKevin McKinney <klmckinney1@gmail.com>
Thu, 22 Nov 2012 19:48:42 +0000 (14:48 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Nov 2012 00:05:14 +0000 (16:05 -0800)
commitd48a430c2ce42d0a2e214bb6ac93a9e5ab9393c4
tree16c5d7ac9ec2911b6861e7bde762568870695667
parent0395a61d9151b18866210f070681fd6af362f1a5
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>
drivers/staging/bcm/Bcmchar.c
drivers/staging/bcm/Ioctl.h
drivers/staging/bcm/Prototypes.h
drivers/staging/bcm/nvm.c
This page took 0.024674 seconds and 5 git commands to generate.