From 98edc8368653624230d232b69cc0877780d25d53 Mon Sep 17 00:00:00 2001 From: Nicolas Pitre Date: Thu, 6 Dec 2007 23:12:46 -0500 Subject: [PATCH] --- yaml --- r: 75043 b: refs/heads/master c: cc3000e4ef13fa9f388f5a37f11c0fa3cc68112b h: refs/heads/master i: 75041: ca7a920badb759bbe647b11d4fd52b73d093df57 75039: 579eee4f1f5e99d724462427df26ba8349b31353 v: v3 --- [refs] | 2 +- trunk/include/linux/mmc/host.h | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 6fa008b75387..6c4a2e156508 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 84c46a53fc4ea4ff36df783a20187b2f65dd21cc +refs/heads/master: cc3000e4ef13fa9f388f5a37f11c0fa3cc68112b diff --git a/trunk/include/linux/mmc/host.h b/trunk/include/linux/mmc/host.h index 125eee1407ff..7ab962fa1d73 100644 --- a/trunk/include/linux/mmc/host.h +++ b/trunk/include/linux/mmc/host.h @@ -118,10 +118,6 @@ struct mmc_host { unsigned int removed:1; /* host is being removed */ #endif - unsigned int mode; /* current card mode of host */ -#define MMC_MODE_MMC 0 -#define MMC_MODE_SD 1 - struct mmc_card *card; /* device attached to this host */ wait_queue_head_t wq;