From patchwork Fri Feb 1 09:20:48 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhou Zhu X-Patchwork-Id: 2077921 Return-Path: X-Original-To: patchwork-linux-fbdev@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id B6E30DFE75 for ; Fri, 1 Feb 2013 09:21:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755700Ab3BAJVY (ORCPT ); Fri, 1 Feb 2013 04:21:24 -0500 Received: from na3sys009aog114.obsmtp.com ([74.125.149.211]:34244 "EHLO na3sys009aog114.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755941Ab3BAJVX (ORCPT ); Fri, 1 Feb 2013 04:21:23 -0500 Received: from MSI-MTA.marvell.com ([65.219.4.132]) (using TLSv1) by na3sys009aob114.postini.com ([74.125.148.12]) with SMTP ID DSNKUQuJDzFPKW3MF+dmsclwF4UiAgUAHTFU@postini.com; Fri, 01 Feb 2013 01:21:23 PST Received: from maili.marvell.com ([10.68.76.210]) by MSI-MTA.marvell.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 1 Feb 2013 01:20:57 -0800 Received: from localhost (unknown [10.38.36.52]) by maili.marvell.com (Postfix) with ESMTP id C44CF4E513; Fri, 1 Feb 2013 01:20:57 -0800 (PST) From: Zhou Zhu To: , , Andrew Morton , FlorianSchandinat@gmx.de Cc: , Greg Kroah-Hartman , Lisa Du , Guoqing Li , Zhou Zhu Subject: [PATCH v6 6/8] ARM: mmp: added device for display controller Date: Fri, 1 Feb 2013 17:20:48 +0800 Message-Id: <1359710448-9996-1-git-send-email-zzhu3@marvell.com> X-Mailer: git-send-email 1.7.9.5 X-OriginalArrivalTime: 01 Feb 2013 09:20:57.0995 (UTC) FILETIME=[71B4B5B0:01CE005D] Sender: linux-fbdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org added device for display controller and fb support Signed-off-by: Zhou Zhu Acked-by: Haojian Zhuang --- arch/arm/mach-mmp/include/mach/pxa910.h | 5 ++++- arch/arm/mach-mmp/pxa910.c | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-mmp/include/mach/pxa910.h b/arch/arm/mach-mmp/include/mach/pxa910.h index 3b58a3b..b4c94d8 100644 --- a/arch/arm/mach-mmp/include/mach/pxa910.h +++ b/arch/arm/mach-mmp/include/mach/pxa910.h @@ -10,6 +10,7 @@ extern void __init pxa910_init_irq(void); #include #include #include +#include