mmc: remove unused 'mode' from the mmc_host structure
authorNicolas Pitre <nico@cam.org>
Fri, 7 Dec 2007 04:12:46 +0000 (23:12 -0500)
committerPierre Ossman <drzeus@drzeus.cx>
Wed, 12 Dec 2007 19:01:01 +0000 (20:01 +0100)
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>

No differences found