From patchwork Fri Apr 17 10:15:13 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Beregalov X-Patchwork-Id: 26117 X-Patchwork-Delegate: paulus@samba.org Return-Path: X-Original-To: patchwork-incoming@bilbo.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id 238E0B6F44 for ; Fri, 17 Apr 2009 20:16:13 +1000 (EST) Received: by ozlabs.org (Postfix) id D785CDE40D; Fri, 17 Apr 2009 20:15:48 +1000 (EST) Delivered-To: patchwork-incoming@ozlabs.org Received: from ozlabs.org (localhost [127.0.0.1]) by ozlabs.org (Postfix) with ESMTP id D62FFDE40B for ; Fri, 17 Apr 2009 20:15:48 +1000 (EST) X-Original-To: linuxppc-dev@ozlabs.org Delivered-To: linuxppc-dev@ozlabs.org Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.229]) by ozlabs.org (Postfix) with ESMTP id 7D762DDE0A for ; Fri, 17 Apr 2009 20:15:26 +1000 (EST) Received: by rv-out-0506.google.com with SMTP id f9so417150rvb.1 for ; Fri, 17 Apr 2009 03:15:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mime-version:content-type:content-disposition:user-agent; bh=KizC0x5AXMH/sL+f7S4tBSZyqpFxEocNDkNNqjpU7nM=; b=BOT+le8KNkVwp4QuwAP/ScVGqEdUje9zDR9TYom1gqO5lZaF9basTEtY9lMFOMfL9s jPkSDeCs5e88OWuR53+Vq5c8u2GGl+RJJaEpvCl9vH4uA+89W+BNld1nEwC9SSdxgoyZ z+18d0xM5Fkzq1u3RyQr5opEiblq91RWoVysQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=U8dYwpC8EWxxzUwlvB9LOfM+GESup3e7clG4MzJajRjWHnB+dcb/zPEJJJ/JaBE2em QbEQ9vdLQIEXNdCckQaKLtuaj0zo6Kb64b8YajD6UdN++PFYQwvk3qDYNs6zlHl9BA66 kktiD5QX/lG4hZTF89jNw0/4Nrrhap5Lfbw8Q= Received: by 10.114.53.1 with SMTP id b1mr1321857waa.24.1239963324704; Fri, 17 Apr 2009 03:15:24 -0700 (PDT) Received: from orion (ppp83-237-112-50.pppoe.mtu-net.ru [83.237.112.50]) by mx.google.com with ESMTPS id q18sm10692082pog.6.2009.04.17.03.15.22 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 17 Apr 2009 03:15:23 -0700 (PDT) Date: Fri, 17 Apr 2009 14:15:13 +0400 From: Alexander Beregalov To: linuxppc-dev@ozlabs.org Subject: [PATCH] macintosh/mediabay should depend on BLOCK Message-ID: <20090417101513.GA31127@orion> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.19 (2009-01-05) X-BeenThere: linuxppc-dev@ozlabs.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@ozlabs.org Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@ozlabs.org Fix this build error In file included from drivers/macintosh/mediabay.c:21: include/linux/ide.h:605: error: field 'request_sense_rq' has incomplete type Signed-off-by: Alexander Beregalov --- drivers/macintosh/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/macintosh/Kconfig b/drivers/macintosh/Kconfig index 173cf55..3d90683 100644 --- a/drivers/macintosh/Kconfig +++ b/drivers/macintosh/Kconfig @@ -123,7 +123,7 @@ config PMAC_APM_EMU config PMAC_MEDIABAY bool "Support PowerBook hotswap media bay" - depends on PPC_PMAC && PPC32 + depends on PPC_PMAC && PPC32 && BLOCK help This option adds support for older PowerBook's hotswap media bay that can contains batteries, floppy drives, or IDE devices. PCI