From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755550AbdCKSns (ORCPT ); Sat, 11 Mar 2017 13:43:48 -0500 Received: from mail1.windriver.com ([147.11.146.13]:61931 "EHLO mail1.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754075AbdCKSni (ORCPT ); Sat, 11 Mar 2017 13:43:38 -0500 Date: Sat, 11 Mar 2017 13:42:48 -0500 From: Paul Gortmaker To: Linus Torvalds CC: Guenter Roeck , Chen Liqin , Lennox Wu , Subject: [GIT PULL] module.h --> extable.h fixup for arch/score Message-ID: <20170311184248.GQ7825@windriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, please pull to get a small fixup for arch/score. It seems that Guenter is the only one on the planet doing builds for arch/score -- we don't have compile coverage for it in linux-next or in the kbuild-bot either. Guenter couldn't even recall where he got his toolchain, but was kind enough to share it with me so I could validate this change and also add arch/score to my build coverage. I sat on this a bit in case there was any other fallout in other arch dirs, but since this still seems to be the only one, I might as well send it on its way. Thanks, Paul. --- The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201: Linux 4.11-rc1 (2017-03-05 12:59:56 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux.git tags/extable-fix for you to fetch changes up to 0acf611997d9d05dbfb559c3c6e379c861eb5957: score: Fix implicit includes now failing build after extable change (2017-03-11 11:57:21 -0500) ---------------------------------------------------------------- Fixup for arch/score after extable.h introduction ---------------------------------------------------------------- Guenter Roeck (1): score: Fix implicit includes now failing build after extable change arch/score/kernel/traps.c | 1 + arch/score/mm/extable.c | 2 ++ 2 files changed, 3 insertions(+)