From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.skyhub.de (mail.skyhub.de [IPv6:2a01:4f8:120:8448::d00d]) by ozlabs.org (Postfix) with ESMTP id 12E032C008A for ; Sat, 24 Nov 2012 20:14:57 +1100 (EST) Date: Sat, 24 Nov 2012 10:14:53 +0100 From: Borislav Petkov To: Greg KH Subject: Re: [PATCH 056/493] edac: remove use of __devexit_p Message-ID: <20121124091453.GC25143@x1.alien8.de> References: <1353349642-3677-1-git-send-email-wfp5p@virginia.edu> <1353349642-3677-56-git-send-email-wfp5p@virginia.edu> <20121122134451.GG17147@x1.alien8.de> <20121122182222.GB25392@kroah.com> <20121123100635.GC18765@x1.alien8.de> <20121123164024.GB5471@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 In-Reply-To: <20121123164024.GB5471@kroah.com> Cc: "Arvind R." , Mark Gross , Mauro Carvalho Chehab , Jason Uhlenkott , Ranganathan Desikan , Bill Pemberton , Egor Martovetsky , Doug Thompson , Olof Johansson , linux-edac@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Tim Small List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Nov 23, 2012 at 08:40:24AM -0800, Greg KH wrote: > No, as there will not be any discarded sections anymore because > CONFIG_HOTPLUG is always enabled. We will just delete this whole > #if/#endif section once all users of __devexit_p() are gone from the > tree. > > Does that help out? Yes, I missed the fact that there won't be any discarded sections anymore. Btw, in that case, you'd probably need to remove all those #ifdef CONFIG_HOTPLUG ... #endif stanzas surrounding different places in the kernel (I see 40ish currenty) now that HOTPLUG is def_bool y and if you haven't done so yet. Thanks for explaining. Btw, you can have my Acked-by: Borislav Petkov for the amd64_edac pieces. -- Regards/Gruss, Boris.