From mboxrd@z Thu Jan 1 00:00:00 1970 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 353DEC6FA99 for ; Fri, 10 Mar 2023 20:56:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231831AbjCJU4Y (ORCPT ); Fri, 10 Mar 2023 15:56:24 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57014 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231604AbjCJUy6 (ORCPT ); Fri, 10 Mar 2023 15:54:58 -0500 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 11D4B13F199; Fri, 10 Mar 2023 12:54:58 -0800 (PST) Date: Fri, 10 Mar 2023 20:54:56 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1678481696; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=n1VvxZpwtBZTa1o68luqRRgfyBFKOiBq5iMCKfCS8xI=; b=So253icaWI9n2ajbxAD69ZDwsgL4OPwGqGiINM1pOIb368BCkRYqtJh3ISxGjIMzLbvvij XvDhng30Z1bfDSZ69aZGmuHZaPQOyYJPwbJMF/t6O8lVDWRB23TR+tJgrT9szp16XbJI7O 3zRcxLLxPKFasE/SUZC59K08CTJHQ/JBJRweMC6gOFEupo8ESB3Cz9wuO2AqKSysmk9CQt 3owd1nie9aKf8TKWPZO0OUjvprGPmBhgBgf1eGuoLwV8d/DIoFPczeaZlMn4a6CCSSkX/J YmjqDPj1nLDCpa/iZGMrmjHlGqF3q1F6UxC7A2C0rfEMLYC2n0g4ksSELCNuHA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1678481696; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=n1VvxZpwtBZTa1o68luqRRgfyBFKOiBq5iMCKfCS8xI=; b=1DXUQ2al7lSV0Xo8vJnXnn+KStESF7dAcFDK3/lT+JBgo7fNtwVGXMJxcjADJhJjuo58Xy OsFj2h/HvOi7vPAg== From: "tip-bot2 for Josh Poimboeuf" Sender: tip-bot2@linutronix.de Reply-to: linux-kernel@vger.kernel.org To: linux-tip-commits@vger.kernel.org Subject: [tip: objtool/core] alpha/cpu: Expose arch_cpu_idle_dead()'s prototype declaration Cc: Josh Poimboeuf , x86@kernel.org, linux-kernel@vger.kernel.org In-Reply-To: References: MIME-Version: 1.0 Message-ID: <167848169629.5837.7114279498237210381.tip-bot2@tip-bot2> Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following commit has been merged into the objtool/core branch of tip: Commit-ID: 1e8a0be5ed3aaa26dd77927df32bbd0df3449a1e Gitweb: https://git.kernel.org/tip/1e8a0be5ed3aaa26dd77927df32bbd0df3449a1e Author: Josh Poimboeuf AuthorDate: Mon, 13 Feb 2023 23:05:35 -08:00 Committer: Josh Poimboeuf CommitterDate: Mon, 06 Mar 2023 15:34:03 -08:00 alpha/cpu: Expose arch_cpu_idle_dead()'s prototype declaration Include to make sure arch_cpu_idle_dead() matches its prototype going forward. Link: https://lore.kernel.org/r/b0405c2ac5686303b6026e1ac27cfd769b21a7d0.1676358308.git.jpoimboe@kernel.org Signed-off-by: Josh Poimboeuf --- arch/alpha/kernel/process.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/alpha/kernel/process.c b/arch/alpha/kernel/process.c index e9cf719..3251102 100644 --- a/arch/alpha/kernel/process.c +++ b/arch/alpha/kernel/process.c @@ -9,6 +9,7 @@ * This file handles the architecture-dependent parts of process handling. */ +#include #include #include #include