From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH v2] scsi: dpt: remove i2o header in uapi Date: Sun, 4 Oct 2015 13:12:25 +0100 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 Return-path: Content-Disposition: inline In-Reply-To: <1443914571-19312-1-git-send-email-gabriel-tU7rkvAWjlwhT4uAktR2oQ@public.gmane.org> Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org 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 List-Id: linux-api@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