From patchwork Wed Aug 1 02:19:27 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kim Kukjin X-Patchwork-Id: 1263451 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by patchwork1.kernel.org (Postfix) with ESMTP id 50DE83FC23 for ; Wed, 1 Aug 2012 09:23:25 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 185729F774 for ; Wed, 1 Aug 2012 02:23:25 -0700 (PDT) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mailout1.samsung.com (mailout1.samsung.com [203.254.224.24]) by gabe.freedesktop.org (Postfix) with ESMTP id 9BD7F9E746 for ; Tue, 31 Jul 2012 19:19:29 -0700 (PDT) Received: from epcpsbgm2.samsung.com (mailout1.samsung.com [203.254.224.24]) by mailout1.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0M8200DE613YE0J0@mailout1.samsung.com> for dri-devel@lists.freedesktop.org; Wed, 01 Aug 2012 11:19:27 +0900 (KST) X-AuditID: cbfee61b-b7f566d000005c8a-de-5018922ff3f2 Received: from epmmp2 ( [203.254.227.17]) by epcpsbgm2.samsung.com (EPCPMTA) with SMTP id 70.8F.23690.F2298105; Wed, 01 Aug 2012 11:19:27 +0900 (KST) Received: from DOKGENEKIM03 ([12.23.119.152]) by mmp2.samsung.com (Oracle Communications Messaging Server 7u4-24.01 (7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTPA id <0M82005T514F5K50@mmp2.samsung.com> for dri-devel@lists.freedesktop.org; Wed, 01 Aug 2012 11:19:27 +0900 (KST) From: Kukjin Kim To: 'Leela Krishna Amudala' , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org References: <1343737385-23337-1-git-send-email-l.krishna@samsung.com> <1343737385-23337-4-git-send-email-l.krishna@samsung.com> In-reply-to: <1343737385-23337-4-git-send-email-l.krishna@samsung.com> Subject: RE: [PATCH V2 3/5] arm: samsung: Include the modified FIMD header file Date: Wed, 01 Aug 2012 11:19:27 +0900 Message-id: <02f301cd6f8c$137016f0$3a5044d0$%kim@samsung.com> MIME-version: 1.0 X-Mailer: Microsoft Office Outlook 12.0 Thread-index: Ac1vFRWKSvy0f/Q0QjiuGL0qGgcmiwAdljGg Content-language: ko X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFjrPLMWRmVeSWpSXmKPExsVy+t9jQV39SRIBBh/uG1pc+fqezYHR4373 caYAxigum5TUnMyy1CJ9uwSujGkvPrEXNIlVLDnn3MC4UrCLkZNDQsBEYs7CbmYIW0ziwr31 bF2MXBxCAtMZJV5eamOHcBYySSyb1MIGUsUmoCFx+P0zdhBbRKBOom3JPGaQImaBjYwS37/O gmpvZJRY8fMcI0gVp4CbxNVnV1hAbGEBf4mW1gNg+1gEVCXm3HwHNolXwFbicectVghbUOLH 5Htg9cwCWhLrdx5ngrDlJTaveQvUywF0q7rEo7+6EEcYSfy8088IUSIise/FO8YJjEKzkEya hWTSLCSTZiFpWcDIsopRNLUguaA4KT3XSK84Mbe4NC9dLzk/dxMjOJifSe9gXNVgcYhRgINR iYf3hZlEgBBrYllxZe4hRgkOZiURXrUIoBBvSmJlVWpRfnxRaU5q8SFGaQ4WJXFeE++v/kIC 6YklqdmpqQWpRTBZJg5OqQbGLXe1GDqfLEyIc/ZL+rpvif2eO3N+Zjcyq6g5lEguT86+u+p5 afpzqY3ni/mEDMonCBU2F+wUsp7OO+n4Nqem5d+OBu37OVmUd3PylGef3mh5HXipcH7aXZdN 5h+90ovfyyqbfVKaor9uhlfDRdEz5z1m/3vwzMtOdOKzZCU5uQXH0hwa5XotlFiKMxINtZiL ihMBf9OPHmICAAA= X-TM-AS-MML: No X-Mailman-Approved-At: Wed, 01 Aug 2012 01:56:16 -0700 Cc: linux-fbdev@vger.kernel.org, jg1.han@samsung.com, joshi@samsung.com, dri-devel@lists.freedesktop.org, ben-linux@fluff.org, m.szyprowski@samsung.com X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org Errors-To: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org Leela Krishna Amudala wrote: > > The fimd register headers have been moved to include/video/ > hence, modifying the machine files accordingly. > > Signed-off-by: Leela Krishna Amudala > --- > arch/arm/mach-exynos/mach-nuri.c | 2 +- > arch/arm/mach-exynos/mach-origen.c | 2 +- > arch/arm/mach-exynos/mach-smdk4x12.c | 2 +- > arch/arm/mach-exynos/mach-smdkv310.c | 2 +- > arch/arm/mach-exynos/mach-universal_c210.c | 2 +- > arch/arm/mach-exynos/setup-fimd0.c | 2 +- > arch/arm/mach-s3c24xx/mach-smdk2416.c | 2 +- > arch/arm/mach-s3c64xx/mach-anw6410.c | 2 +- > arch/arm/mach-s3c64xx/mach-crag6410.c | 2 +- > arch/arm/mach-s3c64xx/mach-hmt.c | 2 +- > arch/arm/mach-s3c64xx/mach-mini6410.c | 2 +- > arch/arm/mach-s3c64xx/mach-ncp.c | 2 +- > arch/arm/mach-s3c64xx/mach-real6410.c | 2 +- > arch/arm/mach-s3c64xx/mach-smartq5.c | 2 +- > arch/arm/mach-s3c64xx/mach-smartq7.c | 2 +- > arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +- > arch/arm/mach-s5p64x0/mach-smdk6440.c | 2 +- > arch/arm/mach-s5p64x0/mach-smdk6450.c | 2 +- > arch/arm/mach-s5pc100/mach-smdkc100.c | 2 +- > arch/arm/mach-s5pv210/mach-aquila.c | 2 +- > arch/arm/mach-s5pv210/mach-goni.c | 2 +- > arch/arm/mach-s5pv210/mach-smdkv210.c | 2 +- > 22 files changed, 22 insertions(+), 22 deletions(-) > > diff --git a/arch/arm/mach-exynos/mach-nuri.c b/arch/arm/mach-exynos/mach- > nuri.c > index f98a83a..573a0c4 100644 > --- a/arch/arm/mach-exynos/mach-nuri.c > +++ b/arch/arm/mach-exynos/mach-nuri.c > @@ -39,7 +39,7 @@ > #include > > #include > -#include > +#include