Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754615AbdCHWIQ (ORCPT ); Wed, 8 Mar 2017 17:08:16 -0500 Received: from mail-qk0-f195.google.com ([209.85.220.195]:34794 "EHLO mail-qk0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754563AbdCHWIO (ORCPT ); Wed, 8 Mar 2017 17:08:14 -0500 Message-ID: <1489010886.4607.0.camel@gmail.com> Subject: Re: [PATCH] uapi: add missing install of userio.h From: Lyude To: Naohiro Aota Cc: linux-kernel@vger.kernel.org, trivial@kernel.org Date: Wed, 08 Mar 2017 17:08:06 -0500 In-Reply-To: <20170308082247.21690-1-naota@elisp.net> References: <20170308082247.21690-1-naota@elisp.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.5 (3.22.5-1.fc25) Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 929 Lines: 28 Thanks for catching that! Reviewed-by: Lyude Paul On Wed, 2017-03-08 at 17:22 +0900, 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 > --- >  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