Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932166Ab1FUCHg (ORCPT ); Mon, 20 Jun 2011 22:07:36 -0400 Received: from mailout1.samsung.com ([203.254.224.24]:22030 "EHLO mailout1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755353Ab1FUCHd (ORCPT ); Mon, 20 Jun 2011 22:07:33 -0400 X-AuditID: cbfee61a-b7c59ae000003b70-c9-4dfffcd357b3 Date: Tue, 21 Jun 2011 11:07:12 +0900 From: MyungJoo Ham Subject: [PATCH v2 3/4] Exynos4 NURI: configure ADC. In-reply-to: <1308622033-2521-1-git-send-email-myungjoo.ham@samsung.com> To: linux-kernel@vger.kernel.org Cc: linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Russell King , Kyungmin Park , Kukjin Kim , Mark Brown , myungjoo.ham@gmail.com, dg77.kim@samsung.com Message-id: <1308622033-2521-4-git-send-email-myungjoo.ham@samsung.com> X-Mailer: git-send-email 1.7.4.1 Content-transfer-encoding: 7BIT References: <20110620103124.GD31864@opensource.wolfsonmicro.com> <1308622033-2521-1-git-send-email-myungjoo.ham@samsung.com> X-OriginalArrivalTime: 21 Jun 2011 02:06:38.0224 (UTC) FILETIME=[DABCF900:01CC2FB7] X-Brightmail-Tracker: AAAAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1042 Lines: 34 Signed-off-by: MyungJoo Ham Signed-off-by: Kyungmin Park --- arch/arm/mach-exynos4/mach-nuri.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-exynos4/mach-nuri.c b/arch/arm/mach-exynos4/mach-nuri.c index 25b9bcb..51f55b4 100644 --- a/arch/arm/mach-exynos4/mach-nuri.c +++ b/arch/arm/mach-exynos4/mach-nuri.c @@ -29,6 +29,7 @@ #include #include +#include #include #include #include @@ -1017,6 +1018,7 @@ static struct platform_device *nuri_devices[] __initdata = { &s3c_device_i2c3, &s3c_device_i2c5, &i2c9_gpio, + &s3c_device_adc, /* NURI Devices */ &nuri_gpio_keys, -- 1.7.4.1 -- 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/