mmc: mvebu: Remove unused MMC_CAP.. macros
authorT Karthik Reddy <t.karthik.reddy@xilinx.com>
Tue, 25 Jun 2019 11:39:01 +0000 (13:39 +0200)
committerPeng Fan <peng.fan@nxp.com>
Mon, 15 Jul 2019 02:16:49 +0000 (10:16 +0800)
Removed MMC_CAP_NONREMOVABLE, MMC_CAP_NEEDS_POLL macros from
mvebu_mmc.h to avoid redefining of these macros when compiled with
mvebu based configs.

Signed-off-by: T Karthik Reddy <t.karthik.reddy@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
include/mvebu_mmc.h

index d51b1fe4670e389fdb3e33997fe079700427ae69..7397165f67f639a9c99e7d22958f358d57b17a10 100644 (file)
 #define MMC_CAP_SDIO_IRQ                       (1 << 3)
 /* Talks only SPI protocols */
 #define MMC_CAP_SPI                            (1 << 4)
-/* Needs polling for card-detection */
-#define MMC_CAP_NEEDS_POLL                     (1 << 5)
 /* Can the host do 8 bit transfers */
 #define MMC_CAP_8_BIT_DATA                     (1 << 6)
 
-/* Nonremovable e.g. eMMC */
-#define MMC_CAP_NONREMOVABLE                   (1 << 8)
 /* Waits while card is busy */
 #define MMC_CAP_WAIT_WHILE_BUSY                        (1 << 9)
 /* Allow erase/trim commands */