Re: [PATCH] uapi: remove i2o header in uapi

From: Arnd Bergmann
Date: Thu Oct 01 2015 - 16:42:25 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/