From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932792AbcLMMQr (ORCPT ); Tue, 13 Dec 2016 07:16:47 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:59174 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932577AbcLMMQq (ORCPT ); Tue, 13 Dec 2016 07:16:46 -0500 Date: Tue, 13 Dec 2016 04:16:56 -0800 From: Greg Kroah-Hartman To: Guenter Roeck Cc: linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, Tobias Klauser , "David S. Miller" , Lino Sanfilippo , Lior Dotan , Christopher Harrer Subject: Re: [PATCH] staging: Remove slicoss driver Message-ID: <20161213121656.GC26657@kroah.com> References: <1481599927-22993-1-git-send-email-linux@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1481599927-22993-1-git-send-email-linux@roeck-us.net> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 12, 2016 at 07:32:07PM -0800, Guenter Roeck wrote: > There is now a different driver for the slicoss devices in > drivers/net/ethernet/alacritech/. That driver supports the same PCI > device IDs as the driver in staging. Both drivers use the same > configuration symbol (CONFIG_SLICOSS), which causes build failures > for the staging driver. Presumably the driver in staging is obsolete > and can be removed. > > Cc: Tobias Klauser > Cc: David S. Miller > Cc: Lino Sanfilippo > Cc: Lior Dotan > Cc: Christopher Harrer > Signed-off-by: Guenter Roeck > --- > MAINTAINERS | 6 - > drivers/staging/Kconfig | 2 - > drivers/staging/Makefile | 1 - > drivers/staging/slicoss/Kconfig | 14 - > drivers/staging/slicoss/Makefile | 1 - > drivers/staging/slicoss/README | 7 - > drivers/staging/slicoss/TODO | 36 - > drivers/staging/slicoss/slic.h | 573 ------- > drivers/staging/slicoss/slichw.h | 652 -------- > drivers/staging/slicoss/slicoss.c | 3131 ------------------------------------- > 10 files changed, 4423 deletions(-) > delete mode 100644 drivers/staging/slicoss/Kconfig > delete mode 100644 drivers/staging/slicoss/Makefile > delete mode 100644 drivers/staging/slicoss/README > delete mode 100644 drivers/staging/slicoss/TODO > delete mode 100644 drivers/staging/slicoss/slic.h > delete mode 100644 drivers/staging/slicoss/slichw.h > delete mode 100644 drivers/staging/slicoss/slicoss.c Odd, I already did this in my staging-next tree, which should be showing up in linux-next, correct? It's not merged into Linus's tree just yet, give me a chance to get it to him please, I've been traveling. :) thanks, greg k-h