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

Signed-off-by: Kevin McKinney <[email protected]>
---
 drivers/staging/bcm/nvm.h |    5 -----
 1 file changed, 5 deletions(-)

diff --git a/drivers/staging/bcm/nvm.h b/drivers/staging/bcm/nvm.h
index b262a11..e765cca 100644
--- a/drivers/staging/bcm/nvm.h
+++ b/drivers/staging/bcm/nvm.h
@@ -21,11 +21,6 @@
 #ifndef _NVM_H_
 #define _NVM_H_
 
-typedef struct _FLASH_SECTOR_INFO {
-       unsigned int uiSectorSig;
-       unsigned int uiSectorSize;
-} FLASH_SECTOR_INFO, *PFLASH_SECTOR_INFO;
-
 struct bcm_flash_cs_info {
        u32 MagicNumber;
        /* let the magic number be 0xBECE-F1A5 - F1A5 for "flas-h" */
-- 
1.7.9.5

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to