From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 5 Sep 2002 13:39:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 5 Sep 2002 13:39:28 -0400 Received: from carisma.slowglass.com ([195.224.96.167]:49670 "EHLO phoenix.infradead.org") by vger.kernel.org with ESMTP id ; Thu, 5 Sep 2002 13:39:28 -0400 Date: Thu, 5 Sep 2002 18:43:59 +0100 From: Christoph Hellwig To: Adrian Bunk Cc: Marcelo Tosatti , paulkf@microgate.com, linux-kernel@vger.kernel.org Subject: Re: [patch] Fix .text.exit error with static compile of synclinkmp.c Message-ID: <20020905184359.A9907@infradead.org> Mail-Followup-To: Christoph Hellwig , Adrian Bunk , Marcelo Tosatti , paulkf@microgate.com, linux-kernel@vger.kernel.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from bunk@fs.tum.de on Thu, Sep 05, 2002 at 07:36:45PM +0200 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > The problem is that the __exit function synclinkmp_remove_one is referred > to in "static struct pci_driver synclinkmp_pci_driver". > > The fix is simple: And wrong. Please use __devexit_p() instead.