From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756034AbdAJWuN (ORCPT ); Tue, 10 Jan 2017 17:50:13 -0500 Received: from mail-wm0-f66.google.com ([74.125.82.66]:32804 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932362AbdAJWuC (ORCPT ); Tue, 10 Jan 2017 17:50:02 -0500 Message-ID: <58756510.4080301@gmail.com> Date: Tue, 10 Jan 2017 22:49:52 +0000 From: Sudip Mukherjee User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Paul Gortmaker , linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 03/10] m32r: migrate exception table users off module.h and onto extable.h References: <20170109204010.5047-1-paul.gortmaker@windriver.com> <20170109204010.5047-4-paul.gortmaker@windriver.com> In-Reply-To: <20170109204010.5047-4-paul.gortmaker@windriver.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday 09 January 2017 08:40 PM, 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: Sudip Mukherjee > Signed-off-by: Paul Gortmaker > --- Acked-by: Sudip Mukherjee regards sudip