From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id E0F65DDEB7 for ; Wed, 18 Jul 2007 14:51:15 +1000 (EST) In-Reply-To: <20070718013258.GB15238@ld0162-tx32.am.freescale.net> References: <20070718013258.GB15238@ld0162-tx32.am.freescale.net> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: From: Kumar Gala Subject: Re: [PATCH 03/61] Only include linux/ide.h if CONFIG_BLOCK is defined. Date: Tue, 17 Jul 2007 23:51:36 -0500 To: Scott Wood Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Jul 17, 2007, at 8:32 PM, Scott Wood wrote: > The IDE header file uses type definitions that are undefined if the > CONFIG_BLOCK is deselected. This causes a compilation failure in > setup_32.c. I'm not yet convinced the solution shouldn't be more generic than this. I'm guessing the same issue exists on other platforms if you don't have CONFIG_BLOCK enabled. - k