Re: [PATCH 056/493] edac: remove use of __devexit_p

2012-11-24 Thread Greg KH
On Sat, Nov 24, 2012 at 10:14:53AM +0100, Borislav Petkov wrote: > 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

Re: [PATCH 056/493] edac: remove use of __devexit_p

2012-11-24 Thread Borislav Petkov
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,