From patchwork Mon Jun 26 14:50:28 2017 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: 9809829 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 707BC603D7 for ; Mon, 26 Jun 2017 14:50:34 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6CF942863F for ; Mon, 26 Jun 2017 14:50:34 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 59D7F2864F; Mon, 26 Jun 2017 14:50:34 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.0 required=2.0 tests=BAYES_00,DKIM_ADSP_ALL, DKIM_SIGNED, RCVD_IN_DNSWL_HI, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4270D2868D for ; Mon, 26 Jun 2017 14:50:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751415AbdFZOuc (ORCPT ); Mon, 26 Jun 2017 10:50:32 -0400 Received: from [91.227.64.183] ([91.227.64.183]:34990 "EHLO rere.qmqm.pl" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1751302AbdFZOuc (ORCPT ); Mon, 26 Jun 2017 10:50:32 -0400 Received: from remote.user (localhost [127.0.0.1]) by rere.qmqm.pl (Postfix) with ESMTPSA id 704143B; Mon, 26 Jun 2017 16:50:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=rere.qmqm.pl; s=1; t=1498488629; bh=9090finCqRO237d4APSEAqHBMOTL0TsMqGdBudj9bBg=; h=Date:From:Subject:To:Cc:From; b=aXqn9C/5od0aoC7QECrM/rai8b14nYaQYzeLLWbtQWyYEzLuTezXlCsglVxt+83gD gSgju7n3+l2BIIqGyYwkeeWno0+NbrfdLvimPJWVaDTZpcxbz/uE6GUGejpONb0cVY wPwdH+mV8+LYHsjqZDn76veqyns/1Y54HnIHWSzzv4EADVOIdjfFs+q8FytnRUN4Nn VwMHWEdsBkDTY+cmzbO1h2gXWpr593wGF/cYMLOufIdkvkoPR/K9GmiiyTAUoeFc0f i8cNNAl6kaxNmxB9flN5eqg5mccLuNEmPyQKnKK0oNL+pZ/FkePrWzlt3BTWeiWxzC aoV4fZP3GmV7w== X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.99.2 at rere Date: Mon, 26 Jun 2017 16:50:28 +0200 Message-Id: From: =?UTF-8?q?Micha=C5=82=20Miros=C5=82aw?= Subject: [PATCH] i8042: add missing include MIME-Version: 1.0 To: linux-input@vger.kernel.org Cc: Dmitry Torokhov Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP linux/i8042.h include requires ENODEV defined for !IS_ENABLED(CONFIG_SERIO_I8042) case. 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 d98780ca9604..76c09949d881 100644 --- a/include/linux/i8042.h +++ b/include/linux/i8042.h @@ -7,6 +7,7 @@ * the Free Software Foundation. */ +#include #include /*