Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261673AbVCOSTm (ORCPT ); Tue, 15 Mar 2005 13:19:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261730AbVCOSSx (ORCPT ); Tue, 15 Mar 2005 13:18:53 -0500 Received: from fed1rmmtao06.cox.net ([68.230.241.33]:3484 "EHLO fed1rmmtao06.cox.net") by vger.kernel.org with ESMTP id S261721AbVCOSMv (ORCPT ); Tue, 15 Mar 2005 13:12:51 -0500 Date: Tue, 15 Mar 2005 11:12:47 -0700 From: Tom Rini To: Kernel Mailing List , Andrew Morton Subject: [PATCH] ppc32: Serial fix for PAL4 Message-ID: <20050315181246.GU8345@smtp.west.cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6+20040907i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 906 Lines: 25 Add PAL4's bit to Signed-off-by: Tom Rini diff -urN linux-2.6.11/include/asm-ppc/serial.h linuxppc-2.6.11/include/asm-ppc/serial.h --- linux-2.6.11/include/asm-ppc/serial.h 2005-03-02 00:38:26.000000000 -0700 +++ linuxppc-2.6.11/include/asm-ppc/serial.h 2005-03-15 09:00:44.000000000 -0700 @@ -22,6 +22,8 @@ #include #elif defined(CONFIG_MVME5100) #include +#elif defined(CONFIG_PAL4) +#include #elif defined(CONFIG_PRPMC750) #include #elif defined(CONFIG_PRPMC800) -- Tom Rini http://gate.crashing.org/~trini/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/