Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4bd8897a authored by Christian Lütke-Stetzkamp's avatar Christian Lütke-Stetzkamp Committed by Greg Kroah-Hartman
Browse files

staging: mt7621-mmc: Remove unused enum msdc_mode



The enum msdc_mode is never used, so remove it.

Signed-off-by: default avatarChristian Lütke-Stetzkamp <christian@lkamp.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ed940e75
Loading
Loading
Loading
Loading
+0 −6
Original line number Original line Diff line number Diff line
@@ -73,12 +73,6 @@ enum msdc_dbg {
	SD_TOOL_SDIO_PROFILE = 3,
	SD_TOOL_SDIO_PROFILE = 3,
};
};


enum msdc_mode {
	MODE_PIO = 0,
	MODE_DMA = 1,
	MODE_SIZE_DEP = 2,
};

/* Debug message event */
/* Debug message event */
#define DBG_EVT_NONE        (0)       /* No event */
#define DBG_EVT_NONE        (0)       /* No event */
#define DBG_EVT_DMA         (1 << 0)  /* DMA related event */
#define DBG_EVT_DMA         (1 << 0)  /* DMA related event */