Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263874AbTEZChH (ORCPT ); Sun, 25 May 2003 22:37:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263875AbTEZChG (ORCPT ); Sun, 25 May 2003 22:37:06 -0400 Received: from parcelfarce.linux.theplanet.co.uk ([195.92.249.252]:28304 "EHLO www.linux.org.uk") by vger.kernel.org with ESMTP id S263874AbTEZChG (ORCPT ); Sun, 25 May 2003 22:37:06 -0400 Date: Mon, 26 May 2003 03:50:16 +0100 From: viro@parcelfarce.linux.theplanet.co.uk To: Linus Torvalds Cc: "David S. Miller" , alan@lxorguk.ukuu.org.uk, linux-kernel@vger.kernel.org Subject: Re: netlink init order Message-ID: <20030526025016.GM6270@parcelfarce.linux.theplanet.co.uk> References: <20030525.190710.112599236.davem@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 452 Lines: 14 On Sun, May 25, 2003 at 07:22:56PM -0700, Linus Torvalds wrote: > +__initcall(init_netlink); > +__exitcall(cleanup_netlink); Err... That should be +module_init(init_netlink) +module_exit(cleanup_netlink) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/