From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934425AbcLMQyG (ORCPT ); Tue, 13 Dec 2016 11:54:06 -0500 Received: from bh-25.webhostbox.net ([208.91.199.152]:53474 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932820AbcLMQxd (ORCPT ); Tue, 13 Dec 2016 11:53:33 -0500 Date: Tue, 13 Dec 2016 08:53:29 -0800 From: Guenter Roeck To: Greg Kroah-Hartman 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: <20161213165329.GA29124@roeck-us.net> References: <1481599927-22993-1-git-send-email-linux@roeck-us.net> <20161213121656.GC26657@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161213121656.GC26657@kroah.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-Authenticated_sender: guenter@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: guenter@roeck-us.net X-Authenticated-Sender: bh-25.webhostbox.net: guenter@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 13, 2016 at 04:16:56AM -0800, Greg Kroah-Hartman wrote: > 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. :) > No problem. It was still in my copy of -next, so I thought it got lost. Guess I should have updated it ;-). Sorry for the noise. Guenter