Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966004AbdCXOtZ (ORCPT ); Fri, 24 Mar 2017 10:49:25 -0400 Received: from mx2.suse.de ([195.135.220.15]:60771 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965751AbdCXOtL (ORCPT ); Fri, 24 Mar 2017 10:49:11 -0400 Date: Fri, 24 Mar 2017 15:49:08 +0100 (CET) From: Jiri Kosina X-X-Sender: jkosina@pobox.suse.cz To: Naohiro Aota cc: thatslyude@gmail.com, linux-kernel@vger.kernel.org, Dmitry Torokhov Subject: Re: [PATCH] uapi: add missing install of userio.h In-Reply-To: <20170308082247.21690-1-naota@elisp.net> Message-ID: References: <20170308082247.21690-1-naota@elisp.net> User-Agent: Alpine 2.20 (LSU 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 965 Lines: 37 On Wed, 8 Mar 2017, Naohiro Aota wrote: > While commit 5523662edd4f ("Input: add userio module") added userio.h > under the uapi/ directory, it forgot to add the header file to Kbuild. > Thus, the file is missing from header installation. This patch just > resolve the issue by adding the missing entry. > > Signed-off-by: Naohiro Aota Adding Dmitry, as I believe this'd better go trough input.git for 4.11 still. Thanks. > --- > include/uapi/linux/Kbuild | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild > index dd9820b1c779..f8d9fed17ba9 100644 > --- a/include/uapi/linux/Kbuild > +++ b/include/uapi/linux/Kbuild > @@ -445,6 +445,7 @@ header-y += unistd.h > header-y += unix_diag.h > header-y += usbdevice_fs.h > header-y += usbip.h > +header-y += userio.h > header-y += utime.h > header-y += utsname.h > header-y += uuid.h > -- > 2.11.0 > -- Jiri Kosina SUSE Labs