Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754599AbdCGJu7 (ORCPT ); Tue, 7 Mar 2017 04:50:59 -0500 Received: from terminus.zytor.com ([65.50.211.136]:36184 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750728AbdCGJuq (ORCPT ); Tue, 7 Mar 2017 04:50:46 -0500 Date: Tue, 7 Mar 2017 01:04:08 -0800 From: tip-bot for Guenter Roeck Message-ID: Cc: hpa@zytor.com, linux@roeck-us.net, hskinnemoen@gmail.com, torvalds@linux-foundation.org, egtvedt@samfundet.no, rric@kernel.org, linux-kernel@vger.kernel.org, tglx@linutronix.de, mingo@kernel.org, peterz@infradead.org Reply-To: torvalds@linux-foundation.org, hskinnemoen@gmail.com, linux@roeck-us.net, egtvedt@samfundet.no, hpa@zytor.com, tglx@linutronix.de, peterz@infradead.org, mingo@kernel.org, linux-kernel@vger.kernel.org, rric@kernel.org In-Reply-To: <1488762357-4500-1-git-send-email-linux@roeck-us.net> References: <1488762357-4500-1-git-send-email-linux@roeck-us.net> To: linux-tip-commits@vger.kernel.org Subject: [tip:core/urgent] avr32: Fix build error caused by include file reshuffling Git-Commit-ID: 1fbdbcea80056acfc8c8506594744f5ec52208c1 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1674 Lines: 43 Commit-ID: 1fbdbcea80056acfc8c8506594744f5ec52208c1 Gitweb: http://git.kernel.org/tip/1fbdbcea80056acfc8c8506594744f5ec52208c1 Author: Guenter Roeck AuthorDate: Sun, 5 Mar 2017 17:05:57 -0800 Committer: Ingo Molnar CommitDate: Tue, 7 Mar 2017 08:35:48 +0100 avr32: Fix build error caused by include file reshuffling Various avr32 builds fail: arch/avr32/oprofile/backtrace.c:58: error: dereferencing pointer to incomplete type arch/avr32/oprofile/backtrace.c:60: error: implicit declaration of function 'user_mode' Signed-off-by: Guenter Roeck Acked-by: Hans-Christian Noren Egtvedt Cc: Haavard Skinnemoen Cc: Hans-Christian Egtvedt Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Robert Richter Cc: Thomas Gleixner Cc: oprofile-list@lists.sf.net Fixes: f780d89a0e82 ("sched/headers: Remove from ...") Link: http://lkml.kernel.org/r/1488762357-4500-1-git-send-email-linux@roeck-us.net Signed-off-by: Ingo Molnar --- arch/avr32/oprofile/backtrace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/avr32/oprofile/backtrace.c b/arch/avr32/oprofile/backtrace.c index 75d9ad6..29cf2f1 100644 --- a/arch/avr32/oprofile/backtrace.c +++ b/arch/avr32/oprofile/backtrace.c @@ -14,7 +14,7 @@ */ #include -#include +#include #include /* The first two words of each frame on the stack look like this if we have