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 8DCCE2C00A7 for ; Fri, 23 Nov 2012 00:52:25 +1100 (EST) Date: Thu, 22 Nov 2012 14:44:51 +0100 From: Borislav Petkov To: Bill Pemberton Subject: Re: [PATCH 056/493] edac: remove use of __devexit_p Message-ID: <20121122134451.GG17147@x1.alien8.de> References: <1353349642-3677-1-git-send-email-wfp5p@virginia.edu> <1353349642-3677-56-git-send-email-wfp5p@virginia.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 In-Reply-To: <1353349642-3677-56-git-send-email-wfp5p@virginia.edu> Cc: "Arvind R." , Mark Gross , Mauro Carvalho Chehab , Jason Uhlenkott , gregkh@linuxfoundation.org, Ranganathan Desikan , 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 Mon, Nov 19, 2012 at 01:20:05PM -0500, Bill Pemberton wrote: > CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer > needed. Erm, I don't understand. __devexit_p is defined also for modules not only for CONFIG_HOTPLUG: #if defined(MODULE) || defined(CONFIG_HOTPLUG) #define __devexit_p(x) x #else #define __devexit_p(x) NULL #endif AFAICT, we cannot remove it yet no? Thanks. -- Regards/Gruss, Boris.