Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1237722
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] uapi: remove i2o header in uapi |
| Date | 2015-10-01 22:50 +0200 |
| Message-ID | <qeSXE-7fI-19@gated-at.bofh.it> (permalink) |
| References | <qeOr0-Eb-21@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thursday 01 October 2015 23:56:54 kbuild test robot wrote: > Hi Gabriel, > > [auto build test results on v4.3-rc3 -- if it's inappropriate base, please ignore] > > config: x86_64-acpi-redef (attached as .config) > reproduce: > git checkout e8edc215dd1ecc5508a7dbcd62d3f2fed6be299c > # save the attached .config to linux build tree > make ARCH=x86_64 > > All error/warnings (new ones prefixed by >>): > > In file included from drivers/scsi/dpti.h:56:0, > from drivers/scsi/dpt_i2o.c:71: > >> drivers/scsi/dpt/dpti_i2o.h:22:27: fatal error: linux/i2o-dev.h: No such file or directory > compilation terminated. > > vim +22 drivers/scsi/dpt/dpti_i2o.h I tried to find out why this driver is still there when the subsystem is gone. According to information from https://bugzilla.kernel.org/show_bug.cgi?id=4940, this is an alternative driver for the same hardware (the bug was about loading both drivers simultaneously). The proper fix should be to move the header file into drivers/scsi/dpt/ and remove everything that this driver does not use, at least the ioctl interface, but possibly all of the file. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] uapi: remove i2o header in uapi Gabriel Laskar <gabriel@lse.epita.fr> - 2015-10-01 17:30 +0200
Re: [PATCH] uapi: remove i2o header in uapi kbuild test robot <lkp@intel.com> - 2015-10-01 17:40 +0200
Re: [PATCH] uapi: remove i2o header in uapi Yann Droneaud <ydroneaud@opteya.com> - 2015-10-01 17:50 +0200
Re: [PATCH] uapi: remove i2o header in uapi kbuild test robot <lkp@intel.com> - 2015-10-01 18:00 +0200
Re: [PATCH] uapi: remove i2o header in uapi Arnd Bergmann <arnd@arndb.de> - 2015-10-01 22:50 +0200
[PATCH v2] scsi: dpt: remove i2o header in uapi Gabriel Laskar <gabriel@lse.epita.fr> - 2015-10-04 01:30 +0200
Re: [PATCH v2] scsi: dpt: remove i2o header in uapi Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-10-04 14:20 +0200
Re: [PATCH v2] scsi: dpt: remove i2o header in uapi Arnd Bergmann <arnd@arndb.de> - 2015-10-04 21:10 +0200
csiph-web