From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755340AbdCGJpr (ORCPT ); Tue, 7 Mar 2017 04:45:47 -0500 Received: from terminus.zytor.com ([65.50.211.136]:36118 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754864AbdCGJpf (ORCPT ); Tue, 7 Mar 2017 04:45:35 -0500 Date: Tue, 7 Mar 2017 01:08:19 -0800 From: tip-bot for Guenter Roeck Message-ID: Cc: linux@roeck-us.net, linux-kernel@vger.kernel.org, arnd@arndb.de, mingo@kernel.org, peterz@infradead.org, torvalds@linux-foundation.org, gregkh@linuxfoundation.org, hpa@zytor.com, tglx@linutronix.de Reply-To: torvalds@linux-foundation.org, gregkh@linuxfoundation.org, tglx@linutronix.de, hpa@zytor.com, linux-kernel@vger.kernel.org, linux@roeck-us.net, arnd@arndb.de, mingo@kernel.org, peterz@infradead.org In-Reply-To: <1488762811-9022-1-git-send-email-linux@roeck-us.net> References: <1488762811-9022-1-git-send-email-linux@roeck-us.net> To: linux-tip-commits@vger.kernel.org Subject: [tip:core/urgent] drivers/char/nwbutton: Fix build breakage caused by include file reshuffling Git-Commit-ID: bb35e4515411396219431fa235bf21bf9c2794e9 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: bb35e4515411396219431fa235bf21bf9c2794e9 Gitweb: http://git.kernel.org/tip/bb35e4515411396219431fa235bf21bf9c2794e9 Author: Guenter Roeck AuthorDate: Sun, 5 Mar 2017 17:13:31 -0800 Committer: Ingo Molnar CommitDate: Tue, 7 Mar 2017 08:35:49 +0100 drivers/char/nwbutton: Fix build breakage caused by include file reshuffling Fix: drivers/char/nwbutton.c: In function 'button_sequence_finished': drivers/char/nwbutton.c:134:3: error: implicit declaration of function 'kill_cad_pid' The declaration has been moved from one include file to another. Signed-off-by: Guenter Roeck Cc: Arnd Bergmann Cc: Greg Kroah-Hartman Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Fixes: c3edc4010e9d102 ("sched/headers: Move task_struct::signal and ...") Link: http://lkml.kernel.org/r/1488762811-9022-1-git-send-email-linux@roeck-us.net Signed-off-by: Ingo Molnar --- drivers/char/nwbutton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/char/nwbutton.c b/drivers/char/nwbutton.c index a5b1eb2..e6d0d27 100644 --- a/drivers/char/nwbutton.c +++ b/drivers/char/nwbutton.c @@ -6,7 +6,7 @@ #include #include -#include +#include #include #include #include