Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1237539
| From | kbuild test robot <lkp@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] uapi: remove i2o header in uapi |
| Date | 2015-10-01 18:00 +0200 |
| Message-ID | <qeOr0-Eb-21@gated-at.bofh.it> (permalink) |
| References | <qeNXY-6n-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
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
^1da177e4 Linus Torvalds 2005-04-16 6 * (c) Copyright 1999, 2000 Red Hat Software
^1da177e4 Linus Torvalds 2005-04-16 7 *
^1da177e4 Linus Torvalds 2005-04-16 8 * This program is free software; you can redistribute it and/or
^1da177e4 Linus Torvalds 2005-04-16 9 * modify it under the terms of the GNU General Public License
^1da177e4 Linus Torvalds 2005-04-16 10 * as published by the Free Software Foundation; either version
^1da177e4 Linus Torvalds 2005-04-16 11 * 2 of the License, or (at your option) any later version.
^1da177e4 Linus Torvalds 2005-04-16 12 *
^1da177e4 Linus Torvalds 2005-04-16 13 *************************************************************************
^1da177e4 Linus Torvalds 2005-04-16 14 *
^1da177e4 Linus Torvalds 2005-04-16 15 * This header file defined the I2O APIs/structures for use by
^1da177e4 Linus Torvalds 2005-04-16 16 * the I2O kernel modules.
^1da177e4 Linus Torvalds 2005-04-16 17 *
^1da177e4 Linus Torvalds 2005-04-16 18 */
^1da177e4 Linus Torvalds 2005-04-16 19
^1da177e4 Linus Torvalds 2005-04-16 20 #ifdef __KERNEL__ /* This file to be included by kernel only */
^1da177e4 Linus Torvalds 2005-04-16 21
^1da177e4 Linus Torvalds 2005-04-16 @22 #include <linux/i2o-dev.h>
^1da177e4 Linus Torvalds 2005-04-16 23
^1da177e4 Linus Torvalds 2005-04-16 24 #include <linux/notifier.h>
60063497a Arun Sharma 2011-07-26 25 #include <linux/atomic.h>
^1da177e4 Linus Torvalds 2005-04-16 26
^1da177e4 Linus Torvalds 2005-04-16 27
^1da177e4 Linus Torvalds 2005-04-16 28 /*
^1da177e4 Linus Torvalds 2005-04-16 29 * Tunable parameters first
^1da177e4 Linus Torvalds 2005-04-16 30 */
:::::: The code at line 22 was first introduced by commit
:::::: 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 Linux-2.6.12-rc2
:::::: TO: Linus Torvalds <torvalds@ppc970.osdl.org>
:::::: CC: Linus Torvalds <torvalds@ppc970.osdl.org>
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
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