From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by ozlabs.org (Postfix) with ESMTP id 5A0F1DE00A for ; Tue, 28 Aug 2007 03:34:59 +1000 (EST) Received: by nf-out-0910.google.com with SMTP id c10so2324913nfd for ; Mon, 27 Aug 2007 10:34:57 -0700 (PDT) From: Bartlomiej Zolnierkiewicz To: Kumar Gala Subject: Re: [PATCH] mpc8xx: Only build mpc8xx on arch/ppc Date: Mon, 27 Aug 2007 18:41:12 +0200 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-Id: <200708271841.12780.bzolnier@gmail.com> Cc: linuxppc-dev@ozlabs.org, Paul Mackerras , linux-ide@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thursday 23 August 2007, Kumar Gala wrote: > Currently the mpc8xx ide driver will only work on arch/ppc so only > allow it to be built there. Also, killed a minor include that isn't > actually used by the driver. > > Signed-off-by: Kumar Gala applied