From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756666AbbJAPkZ (ORCPT ); Thu, 1 Oct 2015 11:40:25 -0400 Received: from ou.quest-ce.net ([195.154.187.82]:39545 "EHLO ou.quest-ce.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751844AbbJAPkW (ORCPT ); Thu, 1 Oct 2015 11:40:22 -0400 Message-ID: <1443714015.3188.16.camel@opteya.com> From: Yann Droneaud To: Gabriel Laskar , linux-kernel@vger.kernel.org, linux-api@vger.kernel.org Cc: Greg Kroah-Hartman Date: Thu, 01 Oct 2015 17:40:15 +0200 In-Reply-To: <1443712510-6714-1-git-send-email-gabriel@lse.epita.fr> References: <1443712510-6714-1-git-send-email-gabriel@lse.epita.fr> Organization: OPTEYA Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.16.5 (3.16.5-3.fc22) Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 2001:450:1e:232:8e70:5aff:fe2f:2d74 X-SA-Exim-Mail-From: ydroneaud@opteya.com Subject: Re: [PATCH] uapi: remove i2o header in uapi X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000) X-SA-Exim-Scanned: Yes (on ou.quest-ce.net) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > Signed-off-by: Gabriel Laskar > --- 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