Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752040Ab0HZJei (ORCPT ); Thu, 26 Aug 2010 05:34:38 -0400 Received: from mail-px0-f174.google.com ([209.85.212.174]:53460 "EHLO mail-px0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751140Ab0HZJef convert rfc822-to-8bit (ORCPT ); Thu, 26 Aug 2010 05:34:35 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=S95z7mZwp0dkn5G9qI1lTRTYvR7fPxtj8TGKhi3e8KWpnDOyTKPEmfAhZB7OgM1Sky Q659DLPBfO8gJMQlmBanvZJXdPk++J2M+KWVj3PhAXVhAmixXTg87IaFwuemBhmq8NIs 17QpBYcN9J17HvPp/xCKzgKr7JmIHlmxQrX3A= MIME-Version: 1.0 In-Reply-To: <1282794715-28640-2-git-send-email-mark.brown314@gmail.com> References: <1282794715-28640-1-git-send-email-mark.brown314@gmail.com> <1282794715-28640-2-git-send-email-mark.brown314@gmail.com> From: Eric Miao Date: Thu, 26 Aug 2010 17:34:12 +0800 Message-ID: Subject: Re: [PATCH v3 1/2] pxa168: added framebuffer support code. To: "Mark F. Brown" Cc: marek.vasut@gmail.com, linux-arm-kernel@lists.infradead.org, haojian.zhuang@marvell.com, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3050 Lines: 75 On Thu, Aug 26, 2010 at 11:51 AM, Mark F. Brown wrote: > Signed-off-by: Mark F. Brown Applied to 'devel'. > --- >  arch/arm/mach-mmp/include/mach/pxa168.h |    8 ++++++++ >  arch/arm/mach-mmp/pxa168.c              |    3 +++ >  2 files changed, 11 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-mmp/include/mach/pxa168.h b/arch/arm/mach-mmp/include/mach/pxa168.h > index 27e1bc7..220738f 100644 > --- a/arch/arm/mach-mmp/include/mach/pxa168.h > +++ b/arch/arm/mach-mmp/include/mach/pxa168.h > @@ -10,6 +10,7 @@ extern void __init pxa168_init_irq(void); >  #include >  #include >  #include > +#include