summaryrefslogtreecommitdiff
path: root/drivers/staging/bcm
diff options
context:
space:
mode:
authorKevin McKinney <klmckinney1@gmail.com>2012-11-22 19:48:43 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-27 00:05:20 (GMT)
commit3b99b9d5538f0a32dea6e1d79a04233514920b61 (patch)
treed8cf1ee1b8b14e496633e22e92402e2e50c4932c /drivers/staging/bcm
parentd48a430c2ce42d0a2e214bb6ac93a9e5ab9393c4 (diff)
downloadlinux-fsl-qoriq-3b99b9d5538f0a32dea6e1d79a04233514920b61.tar.xz
Staging: bcm: Remove typedef for _SECTION_TYPE.
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>
Diffstat (limited to 'drivers/staging/bcm')
-rw-r--r--drivers/staging/bcm/Ioctl.h6
1 files changed, 0 insertions, 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.