From patchwork Sat Apr 29 19:06:49 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?TWljaGHFgiBNaXJvc8WCYXc=?= X-Patchwork-Id: 677924 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A5C89C77B7C for ; Sat, 29 Apr 2023 19:06:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229791AbjD2TGw (ORCPT ); Sat, 29 Apr 2023 15:06:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57672 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229534AbjD2TGw (ORCPT ); Sat, 29 Apr 2023 15:06:52 -0400 Received: from rere.qmqm.pl (rere.qmqm.pl [91.227.64.183]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0FC6CE47 for ; Sat, 29 Apr 2023 12:06:51 -0700 (PDT) Received: from remote.user (localhost [127.0.0.1]) by rere.qmqm.pl (Postfix) with ESMTPSA id 4Q7zVK448rzDB; Sat, 29 Apr 2023 21:06:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=rere.qmqm.pl; s=1; t=1682795209; bh=iRGnEJtpUCqGa3oZzXpw+u18nY+Sjws2ilAMhOtUtDA=; h=Date:From:Subject:Cc:To:From; b=KcuIPlx6rk1X9ehnNngteWuFPM8SWq4eR2iHX2FbFfFM5D5shJ1gWVdZi4UjJ2mr0 pZ7t/TYObcNM4NO9q7nOdizeQzAqbyiSgfetGrS3g3yfqnRTGkVLr4KHEDsXokbNea b1dW30ogD+z0SlfBA+TzDhS5kKCjWQBEm0Spnt8HNqSO4LJoc1KHlwzrarEOnR6/Ka yyDY1+7X122KeEqRff/herWDV+S1KZbDIH+8hhel0oDMMEQ019BMoSsTP+YKZQBu3y FLrvFSKvsN8rVbhm398eAiwrqA8rMAH9xVl4rarGam3W+Ev9JGxa+jVU8F9U50Wibk HsZ3k7yYi12hg== X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.103.8 at mail Date: Sat, 29 Apr 2023 21:06:49 +0200 Message-Id: <49fd4d400d1ab62095e5ed75a6637f883c0d071b.1682795105.git.mirq-linux@rere.qmqm.pl> From: =?utf-8?b?TWljaGHFgiBNaXJvc8WCYXc=?= Subject: [PATCH] i8042: add missing include MIME-Version: 1.0 Cc: linux-input@vger.kernel.org To: Dmitry Torokhov Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org include uses ENODEV when included with !IS_ENABLED(CONFIG_SERIO_I8042) and so need to include it. Signed-off-by: Michał Mirosław --- include/linux/i8042.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/i8042.h b/include/linux/i8042.h index 0261e2fb3636..95b07f8b77fe 100644 --- a/include/linux/i8042.h +++ b/include/linux/i8042.h @@ -3,6 +3,7 @@ #define _LINUX_I8042_H +#include #include /*