From patchwork Thu Oct 1 10:49:42 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anand Gadiyar X-Patchwork-Id: 50916 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n91AnnRl019147 for ; Thu, 1 Oct 2009 10:49:49 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756255AbZJAKto (ORCPT ); Thu, 1 Oct 2009 06:49:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756230AbZJAKto (ORCPT ); Thu, 1 Oct 2009 06:49:44 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:53925 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756216AbZJAKto (ORCPT ); Thu, 1 Oct 2009 06:49:44 -0400 Received: from dbdp31.itg.ti.com ([172.24.170.98]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id n91Anjs7028781 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 1 Oct 2009 05:49:47 -0500 Received: from linfarm476.india.ti.com (localhost [127.0.0.1]) by dbdp31.itg.ti.com (8.13.8/8.13.8) with ESMTP id n91AnhBG027000; Thu, 1 Oct 2009 16:19:44 +0530 (IST) Received: from linfarm476.india.ti.com (localhost [127.0.0.1]) by linfarm476.india.ti.com (8.12.11/8.12.11) with ESMTP id n91AnhcC029055; Thu, 1 Oct 2009 16:19:43 +0530 Received: (from a0393673@localhost) by linfarm476.india.ti.com (8.12.11/8.12.11/Submit) id n91Ang7g029053; Thu, 1 Oct 2009 16:19:42 +0530 From: Anand Gadiyar To: linux-omap@vger.kernel.org Cc: Anand Gadiyar Subject: [PATCH] omap3: ehci build-fix Date: Thu, 1 Oct 2009 16:19:42 +0530 Message-Id: <1254394182-29025-1-git-send-email-gadiyar@ti.com> X-Mailer: git-send-email 1.5.5 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org diff --git a/drivers/usb/host/ehci-omap.c b/drivers/usb/host/ehci-omap.c index 7efc2f5..45b8a7c 100644 --- a/drivers/usb/host/ehci-omap.c +++ b/drivers/usb/host/ehci-omap.c @@ -568,7 +568,6 @@ static int ehci_hcd_omap_probe(struct platform_device *pdev) omap->port_mode[0] = pdata->port_mode[0]; omap->port_mode[1] = pdata->port_mode[1]; omap->port_mode[2] = pdata->port_mode[2]; - omap->chargepump = pdata->chargepump; omap->ehci = hcd_to_ehci(hcd); omap->ehci->sbrn = 0x20;