Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1237524
| From | Yann Droneaud <ydroneaud@opteya.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] uapi: remove i2o header in uapi |
| Date | 2015-10-01 17:50 +0200 |
| Message-ID | <qeOhj-t3-1@gated-at.bofh.it> (permalink) |
| References | <qeNXY-6n-7@gated-at.bofh.it> |
| Organization | OPTEYA |
Hi,
Le jeudi 01 octobre 2015 à 17:15 +0200, Gabriel Laskar a écrit :
> Remove uapi header for i2o subsystem that has been removed by
> commit 4a72a7af462d ("staging: remove i2o subsystem")
>
> CC: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Signed-off-by: Gabriel Laskar <gabriel@lse.epita.fr>
> ---
Don't miss to update the Kbuild file.
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild
index e77707802dcc..470b2f6e2193 100644
--- a/include/uapi/linux/Kbuild
+++ b/include/uapi/linux/Kbuild
@@ -151,7 +151,6 @@ header-y += hyperv.h
header-y += hysdn_if.h
header-y += i2c-dev.h
header-y += i2c.h
-header-y += i2o-dev.h
header-y += i8k.h
header-y += icmp.h
header-y += icmpv6.h
Note, you may also use git format-patch -D to reduce the size of your
patch.
Regards.
--
Yann Droneaud
OPTEYA
--
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