mmc: remove unused 'mode' from the mmc_host structure

This field and corresponding defines are simply never used anywhere
in the code. But its mere presence is enough to confuse some host
driver authors who attempt to rely on it. Let's eliminate the
possibility for confusion and remove it entirely.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>

authored by Nicolas Pitre and committed by Pierre Ossman cc3000e4 84c46a53

-4
-4
include/linux/mmc/host.h
··· 118 unsigned int removed:1; /* host is being removed */ 119 #endif 120 121 - unsigned int mode; /* current card mode of host */ 122 - #define MMC_MODE_MMC 0 123 - #define MMC_MODE_SD 1 124 - 125 struct mmc_card *card; /* device attached to this host */ 126 127 wait_queue_head_t wq;
··· 118 unsigned int removed:1; /* host is being removed */ 119 #endif 120 121 struct mmc_card *card; /* device attached to this host */ 122 123 wait_queue_head_t wq;