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 1B0A8C6FD19 for ; Fri, 10 Mar 2023 20:55:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231272AbjCJUzr (ORCPT ); Fri, 10 Mar 2023 15:55:47 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57012 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231513AbjCJUyy (ORCPT ); Fri, 10 Mar 2023 15:54:54 -0500 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 914F5132AAD; Fri, 10 Mar 2023 12:54:52 -0800 (PST) Date: Fri, 10 Mar 2023 20:54:50 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1678481690; 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=uj2T3nHSCII61UuobKMd/VFouyrRUA6umpKg7ruRMN8=; b=dFsCECxxzfvFqlgummr5MJYonAI9YRK4qLzf8/9fz8cVeipbjG2IA/Sox1h9Bb5ibq98PC tsHMtPd9n6IkinaR6WyfPsVpdloXQ4WK1fX1XByTEtetDOg7LXsa1h/ac6BO5GXHjuVOhi iMaIc7LTlJvThy5/Mun+9jSS9NlBvCPeQjcpIXZ6n3o7RyeMR9YMe6Bw47LtKgGWToYDVM 0Xj4gcFHE71U3qcNckEs9Cd5RQHiL/aA3FYZuATyOsHK4t8E4pqbB5SiRiA63ZAW9Yv/gL lvhmVFw7iigr7zVmNDZssav6F7fQn1rKSnnAIKT1jAOh2WmONPl4VYYy8JUWXg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1678481690; 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=uj2T3nHSCII61UuobKMd/VFouyrRUA6umpKg7ruRMN8=; b=ryHx5q8F79CVToReuXvNlsSZ9hlNuIsGesLRZL8PEAzsyscOOevENSC1ryculv8O1627nx EVYcHzYBqBgh5/Dw== 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] sh/cpu: Expose arch_cpu_idle_dead()'s prototype definition Cc: Josh Poimboeuf , x86@kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <3d9661e97828fb464a48d4becf18f12604831903.1676358308.git.jpoimboe@kernel.org> References: <3d9661e97828fb464a48d4becf18f12604831903.1676358308.git.jpoimboe@kernel.org> MIME-Version: 1.0 Message-ID: <167848169026.5837.13626680006663400128.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: fd49efb3c75475b65d7541ee40603498807ff110 Gitweb: https://git.kernel.org/tip/fd49efb3c75475b65d7541ee40603498807ff110 Author: Josh Poimboeuf AuthorDate: Mon, 13 Feb 2023 23:05:49 -08:00 Committer: Josh Poimboeuf CommitterDate: Wed, 08 Mar 2023 08:44:25 -08:00 sh/cpu: Expose arch_cpu_idle_dead()'s prototype definition Include to make sure arch_cpu_idle_dead() matches its prototype going forward. Link: https://lore.kernel.org/r/3d9661e97828fb464a48d4becf18f12604831903.1676358308.git.jpoimboe@kernel.org Signed-off-by: Josh Poimboeuf --- arch/sh/kernel/idle.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/sh/kernel/idle.c b/arch/sh/kernel/idle.c index 3418c40..114f0c4 100644 --- a/arch/sh/kernel/idle.c +++ b/arch/sh/kernel/idle.c @@ -4,6 +4,7 @@ * * Copyright (C) 2002 - 2009 Paul Mundt */ +#include #include #include #include