OSDN Git Service

staging: mt7621-mmc: Remove unused enum msdc_mode
authorChristian Lütke-Stetzkamp <christian@lkamp.de>
Sat, 16 Jun 2018 14:15:02 +0000 (16:15 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Jun 2018 12:48:05 +0000 (21:48 +0900)
The enum msdc_mode is never used, so remove it.

Signed-off-by: Christian Lütke-Stetzkamp <christian@lkamp.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mt7621-mmc/dbg.h

index 5a25a69..2f2c56b 100644 (file)
@@ -73,12 +73,6 @@ enum msdc_dbg {
        SD_TOOL_SDIO_PROFILE = 3,
 };
 
-enum msdc_mode {
-       MODE_PIO = 0,
-       MODE_DMA = 1,
-       MODE_SIZE_DEP = 2,
-};
-
 /* Debug message event */
 #define DBG_EVT_NONE        (0)       /* No event */
 #define DBG_EVT_DMA         (1 << 0)  /* DMA related event */