[PATCH 15/27] Staging: bcm: Remove typedef for _SECTION_TYPE.

Kevin McKinney klmckinney1 at gmail.com
Thu Nov 22 19:48:43 UTC 2012


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

Signed-off-by: Kevin McKinney <klmckinney1 at gmail.com>
---
 drivers/staging/bcm/Ioctl.h |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/drivers/staging/bcm/Ioctl.h b/drivers/staging/bcm/Ioctl.h
index a77a7e2..eff1404 100644
--- a/drivers/staging/bcm/Ioctl.h
+++ b/drivers/staging/bcm/Ioctl.h
@@ -174,12 +174,6 @@ typedef struct _FLASH2X_COPY_SECTION {
 	u32 numOfBytes;
 } FLASH2X_COPY_SECTION, *PFLASH2X_COPY_SECTION;
 
-typedef enum _SECTION_TYPE {
-	ISO = 0,
-	VSA = 1,
-	DSD = 2
-} SECTION_TYPE, *PSECTION_TYPE;
-
 /*
  * This section provide the complete bitmap of the Flash.
  * using this map lib/APP will isssue read/write command.
-- 
1.7.9.5




More information about the devel mailing list