From patchwork Tue Jan 4 18:56:50 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 451451 X-Patchwork-Delegate: khilman@deeprootsystems.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p04IusoN017318 for ; Tue, 4 Jan 2011 18:56:55 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751315Ab1ADS4x (ORCPT ); Tue, 4 Jan 2011 13:56:53 -0500 Received: from na3sys009aog105.obsmtp.com ([74.125.149.75]:54199 "EHLO na3sys009aog105.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751127Ab1ADS4x (ORCPT ); Tue, 4 Jan 2011 13:56:53 -0500 Received: from source ([74.125.83.44]) by na3sys009aob105.postini.com ([74.125.148.12]) with SMTP ID DSNKTSNtdeUu2VjoihvRIPoGn33MuMyHDBaD@postini.com; Tue, 04 Jan 2011 10:56:53 PST Received: by mail-gw0-f44.google.com with SMTP id 17so6199637gwj.3 for ; Tue, 04 Jan 2011 10:56:53 -0800 (PST) Received: by 10.150.157.8 with SMTP id f8mr20978898ybe.195.1294167412859; Tue, 04 Jan 2011 10:56:52 -0800 (PST) Received: from [128.247.74.250] (dragon.ti.com [192.94.94.33]) by mx.google.com with ESMTPS id b7sm970980ybn.11.2011.01.04.10.56.50 (version=SSLv3 cipher=RC4-MD5); Tue, 04 Jan 2011 10:56:51 -0800 (PST) Message-ID: <4D236D72.7080406@ti.com> Date: Tue, 04 Jan 2011 12:56:50 -0600 From: Nishanth Menon User-Agent: Thunderbird 2.0.0.24 (X11/20101027) MIME-Version: 1.0 To: Santosh Shilimkar CC: linux-omap@vger.kernel.org, Kevin Hilman , tony@atomide.com, linux-arm-kernel@lists.infradead.org, Thara Gopinath , Kevin Hilman Subject: Re: [PATCH 5/5] omap2plus: voltage: Trivial linking fix for 'EINVAL' undeclared References: <1294165576-15628-1-git-send-email-santosh.shilimkar@ti.com> <1294165576-15628-2-git-send-email-santosh.shilimkar@ti.com> <1294165576-15628-3-git-send-email-santosh.shilimkar@ti.com> <1294165576-15628-4-git-send-email-santosh.shilimkar@ti.com> <1294165576-15628-5-git-send-email-santosh.shilimkar@ti.com> <1294165576-15628-6-git-send-email-santosh.shilimkar@ti.com> <4D236BA0.8010002@ti.com> In-Reply-To: Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Tue, 04 Jan 2011 18:56:55 +0000 (UTC) --- a/arch/arm/mach-omap2/omap_hwmod_common_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_common_data.c @@ -16,6 +16,7 @@ * data and their integration with other OMAP modules and Linux. */ +#include #include #include "omap_hwmod_common_data.h"