From patchwork Mon Aug 8 09:10:52 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jaehoon Chung X-Patchwork-Id: 1043482 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p789AsfG008873 for ; Mon, 8 Aug 2011 09:10:55 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751318Ab1HHJKy (ORCPT ); Mon, 8 Aug 2011 05:10:54 -0400 Received: from mailout3.samsung.com ([203.254.224.33]:29682 "EHLO mailout3.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751117Ab1HHJKx (ORCPT ); Mon, 8 Aug 2011 05:10:53 -0400 Received: from epcpsbgm1.samsung.com (mailout3.samsung.com [203.254.224.33]) by mailout3.samsung.com (Oracle Communications Messaging Exchange Server 7u4-19.01 64bit (built Sep 7 2010)) with ESMTP id <0LPL00HK3QTW24A0@mailout3.samsung.com> for linux-mmc@vger.kernel.org; Mon, 08 Aug 2011 18:10:52 +0900 (KST) X-AuditID: cbfee61a-b7cf0ae000006bc6-58-4e3fa81cb6c2 Received: from epmmp1 ( [203.254.227.16]) by epcpsbgm1.samsung.com (MMPCPMTA) with SMTP id A6.51.27590.C18AF3E4; Mon, 08 Aug 2011 18:10:52 +0900 (KST) Received: from TNRNDGASPAPP1.tn.corp.samsungelectronics.net ([165.213.149.150]) by mmp1.samsung.com (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTPA id <0LPL00B1WQU4HJ@mmp1.samsung.com> for linux-mmc@vger.kernel.org; Mon, 08 Aug 2011 18:10:52 +0900 (KST) Received: from [165.213.219.108] ([165.213.219.108]) by TNRNDGASPAPP1.tn.corp.samsungelectronics.net with Microsoft SMTPSVC(6.0.3790.4675); Mon, 08 Aug 2011 18:11:28 +0900 Date: Mon, 08 Aug 2011 18:10:52 +0900 From: Jaehoon Chung Subject: [PATCH] mmc: remove not using parameter in struct mmc_ios To: "linux-mmc@vger.kernel.org" Cc: Chris Ball , Kyungmin Park , Seungwon Jeon Message-id: <4E3FA81C.1000702@samsung.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7BIT User-Agent: Thunderbird 2.0.0.24 (X11/20100623) X-OriginalArrivalTime: 08 Aug 2011 09:11:28.0142 (UTC) FILETIME=[27BDCAE0:01CC55AB] X-Brightmail-Tracker: AAAAAA== Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Mon, 08 Aug 2011 09:10:55 +0000 (UTC) This patch is removed ddr parameter in struct mmc_ios. If applied Seungwon's Patch([PATCH] mmc: dw_mmc: Fix DDR mode support.), no more used. Signed-off-by: Jaehoon Chung Signed-off-by: Kyungmin Park --- include/linux/mmc/host.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index 0f83858..1d09562 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h @@ -56,8 +56,6 @@ struct mmc_ios { #define MMC_TIMING_UHS_SDR104 4 #define MMC_TIMING_UHS_DDR50 5 - unsigned char ddr; /* dual data rate used */ - #define MMC_SDR_MODE 0 #define MMC_1_2V_DDR_MODE 1 #define MMC_1_8V_DDR_MODE 2