projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d48a430
)
Staging: bcm: Remove typedef for _SECTION_TYPE.
author
Kevin McKinney
<klmckinney1@gmail.com>
Thu, 22 Nov 2012 19:48:43 +0000
(14:48 -0500)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 27 Nov 2012 00:05:20 +0000
(16:05 -0800)
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>
drivers/staging/bcm/Ioctl.h
patch
|
blob
|
history
diff --git
a/drivers/staging/bcm/Ioctl.h
b/drivers/staging/bcm/Ioctl.h
index a77a7e29266721bacedce74a71b977c0004407fd..eff1404fa2f2ff7e3bbf8a66e55e1d1ef361418c 100644
(file)
--- 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.