From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.186]) by ozlabs.org (Postfix) with ESMTP id 3BD7FDDEE1 for ; Wed, 13 Jun 2007 02:44:32 +1000 (EST) Message-Id: <20070612163751.702376215@arndb.de> References: <20070612163016.253915076@arndb.de> Date: Tue, 12 Jun 2007 18:30:26 +0200 From: arnd@arndb.de To: paulus@samba.org Subject: [patch 10/13] powerpc: mpc82xx_ads build fix Cc: linuxppc-dev@ozlabs.org, Stephen Rothwell List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , needed for 6xx allyesconfig Signed-off-by: Arnd Bergmann --- linux-2.6.orig/arch/powerpc/platforms/82xx/mpc82xx_ads.c +++ linux-2.6/arch/powerpc/platforms/82xx/mpc82xx_ads.c @@ -49,7 +49,7 @@ #include #include -#include <../sysdev/cpm2_pic.h> +#include <../../sysdev/cpm2_pic.h> #include "pq2ads.h" --