From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752285AbdGDN0M (ORCPT ); Tue, 4 Jul 2017 09:26:12 -0400 Received: from mail-lf0-f65.google.com ([209.85.215.65]:35394 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751641AbdGDN0I (ORCPT ); Tue, 4 Jul 2017 09:26:08 -0400 From: Johan Hovold To: Russell King , "Rafael J. Wysocki" Cc: Pavel Machek , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Tony Lindgren , Dave Gerlach , linux-omap@vger.kernel.org, Johan Hovold Subject: [PATCH 1/2] ARM: scu: add missing errno include Date: Tue, 4 Jul 2017 15:25:41 +0200 Message-Id: <20170704132542.27644-2-johan@kernel.org> X-Mailer: git-send-email 2.13.2 In-Reply-To: <20170704132542.27644-1-johan@kernel.org> References: <20170704132542.27644-1-johan@kernel.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add missing errno include to make the header self-contained and avoid compilation breakage when compiling shared code without CONFIG_HAVE_ARM_SCU. Signed-off-by: Johan Hovold --- arch/arm/include/asm/smp_scu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/include/asm/smp_scu.h b/arch/arm/include/asm/smp_scu.h index bfe163c40024..5983f6bc62d5 100644 --- a/arch/arm/include/asm/smp_scu.h +++ b/arch/arm/include/asm/smp_scu.h @@ -7,6 +7,7 @@ #ifndef __ASSEMBLER__ +#include #include static inline bool scu_a9_has_base(void) -- 2.13.2