From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751566AbbJDMMa (ORCPT ); Sun, 4 Oct 2015 08:12:30 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:50763 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751454AbbJDMM2 (ORCPT ); Sun, 4 Oct 2015 08:12:28 -0400 Date: Sun, 4 Oct 2015 13:12:25 +0100 From: Greg Kroah-Hartman To: Gabriel Laskar Cc: Adaptec OEM Raid Solutions , "James E.J. Bottomley" , "David S. Miller" , Hans Verkuil , "Michael S. Tsirkin" , Mauro Carvalho Chehab , Masahiro Yamada , stephen hemminger , Nicolas Dichtel , "open list:DPT_I2O SCSI RAID DRIVER" , open list , "open list:ABI/API" , Arnd Bergmann Subject: Re: [PATCH v2] scsi: dpt: remove i2o header in uapi Message-ID: <20151004121225.GA12863@kroah.com> References: <1443712510-6714-1-git-send-email-gabriel@lse.epita.fr> <1443914571-19312-1-git-send-email-gabriel@lse.epita.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1443914571-19312-1-git-send-email-gabriel@lse.epita.fr> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Oct 04, 2015 at 01:22:50AM +0200, Gabriel Laskar wrote: > The i2o subsystem was removed by > commit 4a72a7af462d ("staging: remove i2o subsystem") but the header was > still used by drivers/scsi/dpt_i2o.c driver. > > This patch moves the structures used from the header into dpti_i2o.h. > > CC: Arnd Bergmann > CC: Greg Kroah-Hartman > Signed-off-by: Gabriel Laskar > --- > drivers/scsi/dpt/dpti_i2o.h | 134 +++++++++++++- > include/uapi/linux/Kbuild | 1 - > include/uapi/linux/i2o-dev.h | 421 ------------------------------------------- > 3 files changed, 132 insertions(+), 424 deletions(-) > delete mode 100644 include/uapi/linux/i2o-dev.h Acked-by: Greg Kroah-Hartman