Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762995AbXJMSkg (ORCPT ); Sat, 13 Oct 2007 14:40:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1761667AbXJMSkP (ORCPT ); Sat, 13 Oct 2007 14:40:15 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:48619 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761615AbXJMSkM (ORCPT ); Sat, 13 Oct 2007 14:40:12 -0400 Date: Sat, 13 Oct 2007 19:40:08 +0100 From: Al Viro To: Linus Torvalds Cc: linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org Subject: [PATCH] missing includes in arch/powerpc/platforms/52xx/lite5200.c Message-ID: <20071013184008.GL8181@ftp.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 726 Lines: 20 Signed-off-by: Al Viro --- diff --git a/arch/powerpc/platforms/52xx/lite5200.c b/arch/powerpc/platforms/52xx/lite5200.c index 0caa3d9..774f249 100644 --- a/arch/powerpc/platforms/52xx/lite5200.c +++ b/arch/powerpc/platforms/52xx/lite5200.c @@ -18,6 +18,8 @@ #include #include #include +#include +#include #include #include #include - 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/