Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964833Ab2JCQQ1 (ORCPT ); Wed, 3 Oct 2012 12:16:27 -0400 Received: from iolanthe.rowland.org ([192.131.102.54]:51453 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S932984Ab2JCQQZ (ORCPT ); Wed, 3 Oct 2012 12:16:25 -0400 Date: Wed, 3 Oct 2012 12:16:24 -0400 (EDT) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: Florian Fainelli cc: linux-usb@vger.kernel.org, Greg Kroah-Hartman , Hauke Mehrtens , Felipe Balbi , Subject: Re: [PATCH 12/25] USB: ehci: remove CNS3xxx EHCI platform driver In-Reply-To: <1349276601-8371-13-git-send-email-florian@openwrt.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 805 Lines: 26 On Wed, 3 Oct 2012, Florian Fainelli wrote: > The users have been converted to use the ehci platform driver instead. > > Signed-off-by: Florian Fainelli > --- a/drivers/usb/host/ehci-hcd.c > +++ b/drivers/usb/host/ehci-hcd.c > @@ -1254,16 +1254,6 @@ MODULE_LICENSE ("GPL"); > #define PLATFORM_DRIVER ehci_atmel_driver > #endif > > -#ifdef CONFIG_USB_OCTEON_EHCI > -#include "ehci-octeon.c" > -#define PLATFORM_DRIVER ehci_octeon_driver > -#endif Looks like this crept in here by mistake. It belong in patch 10/25. Alan Stern -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/