From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757005Ab2K3UkO (ORCPT ); Fri, 30 Nov 2012 15:40:14 -0500 Received: from terminus.zytor.com ([198.137.202.10]:37489 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756707Ab2K3UkM (ORCPT ); Fri, 30 Nov 2012 15:40:12 -0500 Message-ID: <50B91965.5030007@zytor.com> Date: Fri, 30 Nov 2012 12:39:01 -0800 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Greg Kroah-Hartman CC: linux-kernel@vger.kernel.org, Rusty Russell , Jim Cromie , Borislav Petkov , Andrew Morton , Andi Kleen , Michal Marek , Tony Lindgren , Jonathan Kliegman , Chris Zankel , Bill Pemberton , Fengguang Wu , Sam Ravnborg , linux-kbuild Subject: Re: [PATCH 1/2] init.h: Remove __dev* sections from the kernel References: <20121129184133.GA15110@kroah.com> <20121129184328.GB15110@kroah.com> In-Reply-To: <20121129184328.GB15110@kroah.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/29/2012 10:43 AM, Greg Kroah-Hartman wrote: > From: Greg Kroah-Hartman > > With the recent work to remove CONFIG_HOTPLUG, we are starting to get a > bunch of __devinit section warnings, despite CONFIG_HOTPLUG always being > enabled. So, stop marking the sections entirely, by defining them away > the section markings in init.h > Could we run a sed script over the kernel tree and generate patches to remove the markings completely? -hpa -- H. Peter Anvin, Intel Open Source Technology Center I work for Intel. I don't speak on their behalf.