Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 18 Jun 2002 10:15:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 18 Jun 2002 10:15:03 -0400 Received: from hirsch.in-berlin.de ([192.109.42.6]:54408 "EHLO hirsch.in-berlin.de") by vger.kernel.org with ESMTP id ; Tue, 18 Jun 2002 10:15:02 -0400 X-Envelope-From: kraxel@bytesex.org Date: Tue, 18 Jun 2002 15:16:37 +0200 From: Gerd Knorr To: Adrian Bunk , Kernel List Subject: Re: 2.4.19-pre build failure Message-ID: <20020618151637.B4941@bytesex.org> References: <20020618111041.A3317@bytesex.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.20i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 715 Lines: 21 > > init/do_mounts.o: In function `rd_load_disk': > > init/do_mounts.o(.text.init+0xb08): undefined reference to `change_floppy' > > Does the following fix it for you? > > -#if defined(CONFIG_BLOCK_DEV_RAM) || defined(CONFIG_BLK_DEV_FD) > +#if defined(CONFIG_BLK_DEV_RAM) || defined(CONFIG_BLK_DEV_FD) Yes, works. Gerd -- You can't please everybody. And usually if you _try_ to please everybody, the end result is one big mess. -- Linus Torvalds, 2002-04-20 - 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/