From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bartlomiej Zolnierkiewicz Subject: Re: [2.6 patch] fix BLK_DEV_HD_ONLY on ARM dependencies Date: Sun, 22 Jun 2008 15:21:33 +0200 Message-ID: <200806221521.33506.bzolnier@gmail.com> References: <20080609222155.GA1987@cs181133002.pp.htv.fi> <200806101956.15711.bzolnier@gmail.com> <20080622101752.GG27069@cs181133002.pp.htv.fi> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Received: from fk-out-0910.google.com ([209.85.128.187]:43494 "EHLO fk-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752025AbYFVN5q (ORCPT ); Sun, 22 Jun 2008 09:57:46 -0400 Received: by fk-out-0910.google.com with SMTP id 18so1946815fkq.5 for ; Sun, 22 Jun 2008 06:57:44 -0700 (PDT) In-Reply-To: <20080622101752.GG27069@cs181133002.pp.htv.fi> Content-Disposition: inline Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Adrian Bunk Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, rmk@arm.linux.org.uk, Alan Cox On Sunday 22 June 2008, Adrian Bunk wrote: > On Tue, Jun 10, 2008 at 07:56:15PM +0200, Bartlomiej Zolnierkiewicz wrote: > > On Tuesday 10 June 2008, Adrian Bunk wrote: > > > This patch limits BLK_DEV_HD_ONLY to the ARM platforms offering > > > IRQ_HARDDISK, fixing the following compile error on others: > > > > > > <-- snip --> > > > > > > ... > > > CC drivers/ide/legacy/hd.o > > > ... > > > /home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/ide/legacy/hd.c: In function 'hd_times_out': > > > /home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/ide/legacy/hd.c:542: error: 'IRQ_HARDDISK' undeclared (first use in this function) > > > /home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/ide/legacy/hd.c:542: error: (Each undeclared identifier is reported only once > > > /home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/ide/legacy/hd.c:542: error: for each function it appears in.) > > > /home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/ide/legacy/hd.c: In function 'do_hd_request': > > > /home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/ide/legacy/hd.c:661: error: 'IRQ_HARDDISK' undeclared (first use in this function) > > > /home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/ide/legacy/hd.c: In function 'hd_init': > > > /home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/ide/legacy/hd.c:765: error: 'IRQ_HARDDISK' undeclared (first use in this function) > > > make[3]: *** [drivers/ide/legacy/hd.o] Error 1 > > > > > > <-- snip --> > > > > > > Reported-by: Adrian Bunk > > > Signed-off-by: Adrian Bunk > > > > applied, thanks > > > > BTW Could you look into converting your "remove BLK_DEV_HD_ONLY" patch > > into "move old hd driver to drivers/block/" one because the old hd driver > > still has some uses (as noticed by Alan)? > > drivers/ide/Makefile says: > # old hd driver must be last > > Is this still true? Yep. > If yes then moving the driver to drivers/block/ requires switching to > late_initcall() since drivers/block/ is linked before drivers/ide/ . Care to cook a patch? Thanks, Bart