Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757629AbaGANjT (ORCPT ); Tue, 1 Jul 2014 09:39:19 -0400 Received: from mail.active-venture.com ([67.228.131.205]:50473 "EHLO mail.active-venture.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754356AbaGANjR (ORCPT ); Tue, 1 Jul 2014 09:39:17 -0400 X-Originating-IP: 108.223.40.66 Message-ID: <53B2B9FC.8000600@roeck-us.net> Date: Tue, 01 Jul 2014 06:39:08 -0700 From: Guenter Roeck User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Maxime Ripard CC: linux-watchdog@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Wim Van Sebroeck , Catalin Marinas , Will Deacon , Arnd Bergmann , Heiko Stuebner , Russell King , Jonas Jensen , Randy Dunlap , Andrew Morton , Steven Rostedt , Ingo Molnar , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH 2/6] arm64: Support restart through restart notifier call chain References: <1404155499-21177-1-git-send-email-linux@roeck-us.net> <1404155499-21177-3-git-send-email-linux@roeck-us.net> <20140701072647.GI28647@lukather> In-Reply-To: <20140701072647.GI28647@lukather> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/01/2014 12:26 AM, Maxime Ripard wrote: > On Mon, Jun 30, 2014 at 12:11:35PM -0700, Guenter Roeck wrote: >> The kernel core now supports a notifier call chain to restart the system. >> >> Signed-off-by: Guenter Roeck >> --- >> arch/arm64/kernel/process.c | 3 +++ >> 1 file changed, 3 insertions(+) >> >> diff --git a/arch/arm64/kernel/process.c b/arch/arm64/kernel/process.c >> index 43b7c34..9dd2abd 100644 >> --- a/arch/arm64/kernel/process.c >> +++ b/arch/arm64/kernel/process.c >> @@ -43,6 +43,7 @@ >> #include >> #include >> #include >> +#include > > I don't think you need this include, or shouldn't it be reboot.h > instead? > Yes, that will be removed in the next version of the patch. Thanks, Guenter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/