From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754331AbcITM73 (ORCPT ); Tue, 20 Sep 2016 08:59:29 -0400 Received: from cassarossa.samfundet.no ([193.35.52.29]:39307 "EHLO cassarossa.samfundet.no" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752560AbcITM71 (ORCPT ); Tue, 20 Sep 2016 08:59:27 -0400 Date: Tue, 20 Sep 2016 14:59:21 +0200 From: Hans-Christian Noren Egtvedt To: Paul Gortmaker Cc: linux-kernel@vger.kernel.org, Haavard Skinnemoen Subject: Re: [PATCH] avr32: migrate exception table users off module.h and onto extable.h Message-ID: <20160920125921.GA20624@samfundet.no> References: <20160919215949.5732-1-paul.gortmaker@windriver.com> <20160920072613.GA6886@samfundet.no> <20160920125600.GA7507@windriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160920125600.GA7507@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 Around Tue 20 Sep 2016 08:56:01 -0400 or thereabout, Paul Gortmaker wrote: > [Re: [PATCH] avr32: migrate exception table users off module.h and onto extable.h] On 20/09/2016 (Tue 09:26) Hans-Christian Noren Egtvedt wrote: > >> Around Mon 19 Sep 2016 17:59:49 -0400 or thereabout, 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. >> > >> > One uses "print_modules" so that prevents us removing module.h in >> > that case, however. >> > >> > Cc: Haavard Skinnemoen >> > Cc: Hans-Christian Egtvedt >> > Signed-off-by: Paul Gortmaker >> >> Acked-by: Hans-Christian Noren Egtvedt >> >> Do you have a series of fixes like this, or would you like me to push it >> through linux-avr32? > > Please push it through avr32 ;I hope to get down to just the one > (abandoned) m32r arch patch remaining. Ack, lined up for next release. -- Best regards, Hans-Christian Noren Egtvedt