Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758212Ab0DPLp4 (ORCPT ); Fri, 16 Apr 2010 07:45:56 -0400 Received: from mail2.donator.se ([217.16.195.8]:1899 "EHLO mail2.donator.se" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758159Ab0DPLpy (ORCPT ); Fri, 16 Apr 2010 07:45:54 -0400 X-MDAV-Processed: mail2.donator.se, Fri, 16 Apr 2010 13:45:53 +0200 X-Spam-Processed: mail2.donator.se, Fri, 16 Apr 2010 13:45:52 +0200 (not processed: spam filter heuristic analysis disabled) X-Authenticated-Sender: jakob.viketoft@bitsim.com X-MDRemoteIP: 10.99.195.158 X-Return-Path: jakob.viketoft@bitsim.com X-Envelope-From: jakob.viketoft@bitsim.com X-MDaemon-Deliver-To: linux-kernel@vger.kernel.org Message-ID: <4BC84DEC.2000806@bitsim.com> Date: Fri, 16 Apr 2010 13:45:48 +0200 From: Jakob Viketoft User-Agent: Thunderbird 2.0.0.24 (X11/20100411) MIME-Version: 1.0 To: linux-kernel@vger.kernel.org, Daniel Mack , Eric Miao Subject: [PATCH] colibri.h: #include corrections Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: jakob.viketoft@bitsim.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 903 Lines: 29 The use of mfp_cfg_t causes build errors without including . The include for the ax88796 is kicked as well since it's inclusion is obsoleted as adviced by Daniel Mack. CC: stable@kernel.org CC: Daniel Mack CC: Eric Miao Signed-off-by Jakob Viketoft --- a/arch/arm/mach-pxa/include/mach/colibri.h 2010-03-15 17:09:39.000000000 +0100 +++ b/arch/arm/mach-pxa/include/mach/colibri.h 2010-04-16 13:30:43.000000000 +0200 @@ -1,7 +1,7 @@ #ifndef _COLIBRI_H_ #define _COLIBRI_H_ -#include +#include /* * common settings for all modules -- 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/