From: Nicolas Pitre Date: Fri, 7 Dec 2007 04:12:46 +0000 (-0500) Subject: mmc: remove unused 'mode' from the mmc_host structure X-Git-Tag: v2.6.24-rc6~21^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc3000e4ef13fa9f388f5a37f11c0fa3cc68112b;p=pandora-kernel.git 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 Signed-off-by: Pierre Ossman --- Reading git-diff-tree failed