From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753396AbcGYQDo (ORCPT ); Mon, 25 Jul 2016 12:03:44 -0400 Received: from foss.arm.com ([217.140.101.70]:34783 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752927AbcGYQDd (ORCPT ); Mon, 25 Jul 2016 12:03:33 -0400 Date: Mon, 25 Jul 2016 17:03:28 +0100 From: Catalin Marinas To: Paul Gortmaker Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Will Deacon , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 04/14] arm64: migrate exception table users off module.h and onto extable.h Message-ID: <20160725160328.GC2423@e104818-lin.cambridge.arm.com> References: <20160725034247.109173-1-paul.gortmaker@windriver.com> <20160725034247.109173-5-paul.gortmaker@windriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160725034247.109173-5-paul.gortmaker@windriver.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jul 24, 2016 at 11:42:37PM -0400, Paul Gortmaker wrote: > These files were only including module.h for exception table > related functions. We've now separated that content out into its > own file "extable.h" so now move over to that and avoid all the > extra header content in module.h that we don't really need to compile > these files. > > Cc: Catalin Marinas > Cc: Will Deacon > Cc: linux-arm-kernel@lists.infradead.org > Signed-off-by: Paul Gortmaker Acked-by: Catalin Marinas