From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754177AbcHZPzZ (ORCPT ); Fri, 26 Aug 2016 11:55:25 -0400 Received: from iolanthe.rowland.org ([192.131.102.54]:54514 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753369AbcHZPzY (ORCPT ); Fri, 26 Aug 2016 11:55:24 -0400 Date: Fri, 26 Aug 2016 11:55:22 -0400 (EDT) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: Paul Burton cc: linux-mips@linux-mips.org, Ralf Baechle , Greg Kroah-Hartman , , Subject: Re: [PATCH v2 07/19] usb: host: ehci-sead3: Remove SEAD-3 EHCI code In-Reply-To: <20160826141751.13121-8-paul.burton@imgtec.com> 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 On Fri, 26 Aug 2016, Paul Burton wrote: > The SEAD-3 board is now probing its EHCI controller using the generic > EHCI driver & its generic-ehci device tree binding. Remove the unused > SEAD-3 specific EHCI code. > > Signed-off-by: Paul Burton > > --- > > Changes in v2: > - New patch, removing SEAD-3 EHCI code instead of extending it > > drivers/usb/host/ehci-hcd.c | 5 -- > drivers/usb/host/ehci-sead3.c | 185 ------------------------------------------ > 2 files changed, 190 deletions(-) > delete mode 100644 drivers/usb/host/ehci-sead3.c Acked-by: Alan Stern I hardly ever object to getting rid of code... :-) Alan Stern