From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by ozlabs.org (Postfix) with ESMTP id CB281DDDF5 for ; Fri, 13 Jul 2007 07:52:29 +1000 (EST) Message-Id: <20070712210909.166472555@arndb.de> References: <20070712210156.973038514@arndb.de> Date: Thu, 12 Jul 2007 23:01:58 +0200 From: Arnd Bergmann To: paulus@samba.org Subject: [PATCH 2/5] linkstation: fix multiplatform build Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , The ls_uart file accidentally includes two headers from asm-ppc that are no longer needed but cause a broken build in some configurations. Kill the includes to fix the build. Signed-off-by: Arnd Bergmann diff --git a/arch/powerpc/platforms/embedded6xx/ls_uart.c b/arch/powerpc/platforms/embedded6xx/ls_uart.c index d0bee9f..3b023b0 100644 --- a/arch/powerpc/platforms/embedded6xx/ls_uart.c +++ b/arch/powerpc/platforms/embedded6xx/ls_uart.c @@ -4,8 +4,6 @@ #include #include #include -#include -#include #include #include --