commit | cc3000e4ef13fa9f388f5a37f11c0fa3cc68112b | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nico@cam.org> | Thu Dec 06 23:12:46 2007 -0500 |
committer | Pierre Ossman <drzeus@drzeus.cx> | Wed Dec 12 20:01:01 2007 +0100 |
tree | 298248ac9a8dc06e00c1799a3b1f04e0d01e8565 | |
parent | 84c46a53fc4ea4ff36df783a20187b2f65dd21cc [diff] |
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>