Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: bcm: Remove typedef for _FLASH_SECTOR_INFO.

This patch removes typedef for _FLASH_SECTOR_INFO
because it is not being used.

Signed-off-by: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Kevin McKinney and committed by
Greg Kroah-Hartman
44d83112 168b1400

-5
-5
drivers/staging/bcm/nvm.h
··· 21 21 #ifndef _NVM_H_ 22 22 #define _NVM_H_ 23 23 24 - typedef struct _FLASH_SECTOR_INFO { 25 - unsigned int uiSectorSig; 26 - unsigned int uiSectorSize; 27 - } FLASH_SECTOR_INFO, *PFLASH_SECTOR_INFO; 28 - 29 24 struct bcm_flash_cs_info { 30 25 u32 MagicNumber; 31 26 /* let the magic number be 0xBECE-F1A5 - F1A5 for "flas-h" */