Skip to content

Commit

Permalink
Staging: bcm: Remove typedef for _SECTION_TYPE.
Browse files Browse the repository at this point in the history
This patch removes typedef for enum _SECTION_TYPE
because it is not being used.

Signed-off-by: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Nov 27, 2012
1 parent d48a430 commit 3b99b9d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions drivers/staging/bcm/Ioctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3b99b9d

Please sign in to comment.