From patchwork Wed Oct 24 06:58:16 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhou Zhu X-Patchwork-Id: 1636031 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 16C87DFAF2 for ; Wed, 24 Oct 2012 06:54:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933515Ab2JXGyg (ORCPT ); Wed, 24 Oct 2012 02:54:36 -0400 Received: from na3sys009aog134.obsmtp.com ([74.125.149.83]:32905 "EHLO na3sys009aog134.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933815Ab2JXGyf (ORCPT ); Wed, 24 Oct 2012 02:54:35 -0400 Received: from MSI-MTA.marvell.com ([65.219.4.132]) (using TLSv1) by na3sys009aob134.postini.com ([74.125.148.12]) with SMTP ID DSNKUIeQqDuvA0vIDIQO4XOCmgBUdJLcYbgq@postini.com; Tue, 23 Oct 2012 23:54:34 PDT Received: from maili.marvell.com ([10.68.76.210]) by MSI-MTA.marvell.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 23 Oct 2012 23:53:51 -0700 Received: from localhost (unknown [10.38.36.52]) by maili.marvell.com (Postfix) with ESMTP id 9A8514E513; Tue, 23 Oct 2012 23:53:51 -0700 (PDT) From: Zhou Zhu To: , , Cc: , Zhou Zhu Subject: [PATCHv4 6/9] ARM: mmp: added device for display controller Date: Wed, 24 Oct 2012 14:58:16 +0800 Message-Id: <1351061896-6364-1-git-send-email-zzhu3@marvell.com> X-Mailer: git-send-email 1.7.0.4 X-OriginalArrivalTime: 24 Oct 2012 06:53:51.0951 (UTC) FILETIME=[53AA45F0:01CDB1B4] 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 --- arch/arm/mach-mmp/include/mach/pxa910.h | 5 ++++- arch/arm/mach-mmp/pxa910.c | 3 +++ 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-mmp/include/mach/pxa910.h b/arch/arm/mach-mmp/include/mach/pxa910.h index 793634c..769fa38 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