From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH] USB: OTG: twl4030 build fix Date: Tue, 16 Dec 2008 14:33:39 -0800 Message-ID: <873agn698c.fsf@deeprootsystems.com> References: <1229385603-27035-1-git-send-email-khilman@deeprootsystems.com> <20081216220155.GB3291@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from yx-out-2324.google.com ([74.125.44.28]:34126 "EHLO yx-out-2324.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752394AbYLPWdp (ORCPT ); Tue, 16 Dec 2008 17:33:45 -0500 Received: by yx-out-2324.google.com with SMTP id 8so1447474yxm.1 for ; Tue, 16 Dec 2008 14:33:43 -0800 (PST) In-Reply-To: <20081216220155.GB3291@kroah.com> (Greg KH's message of "Tue\, 16 Dec 2008 14\:01\:55 -0800") Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Greg KH Cc: linux-usb@vger.kernel.org, linux-omap@vger.kernel.org Greg KH writes: > On Mon, Dec 15, 2008 at 04:00:03PM -0800, Kevin Hilman wrote: >> Signed-off-by: Kevin Hilman >> --- >> drivers/usb/otg/twl4030-usb.c | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/drivers/usb/otg/twl4030-usb.c b/drivers/usb/otg/twl4030-usb.c >> index a000fb3..416e441 100644 >> --- a/drivers/usb/otg/twl4030-usb.c >> +++ b/drivers/usb/otg/twl4030-usb.c >> @@ -696,7 +696,7 @@ static int __exit twl4030_usb_remove(struct platform_device *pdev) >> >> static struct platform_driver twl4030_usb_driver = { >> .probe = twl4030_usb_probe, >> - .remove = __exit_p(twl4030_remove), >> + .remove = __exit_p(twl4030_usb_remove), >> .driver = { >> .name = "twl4030_usb", >> .owner = THIS_MODULE, > > This driver is not in the mainline, or my USB tree. Where is it at? > Sorry for the confusion, This driver is in the linux-omap tree, but I thought David Brownell had it queued up for your tree already. Kevin