From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johan Hovold Subject: [PATCH 0/2] ARM: add missing includes to header files Date: Tue, 4 Jul 2017 15:25:40 +0200 Message-ID: <20170704132542.27644-1-johan@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Russell King , "Rafael J. Wysocki" Cc: Dave Gerlach , Tony Lindgren , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Johan Hovold , Pavel Machek , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: linux-pm@vger.kernel.org Add two missing include directives to two header files to avoid compile breakage when the required symbols have not already been defined. The missing SCU include broke compilation of the (not-yet-merged) suspend support for am335x when !CONFIG_HAVE_ARM_SCU for example: https://lkml.kernel.org/r/20170704131441.GH27842@localhost Johan Johan Hovold (2): ARM: scu: add missing errno include ARM: pm: add missing types include arch/arm/include/asm/smp_scu.h | 1 + arch/arm/include/asm/suspend.h | 2 ++ 2 files changed, 3 insertions(+) -- 2.13.2