From patchwork Mon Jan 3 19:35:41 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 449021 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 p03JaE5h029480 for ; Mon, 3 Jan 2011 19:36:14 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753284Ab1ACTgN (ORCPT ); Mon, 3 Jan 2011 14:36:13 -0500 Received: from arroyo.ext.ti.com ([192.94.94.40]:33933 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751940Ab1ACTgN (ORCPT ); Mon, 3 Jan 2011 14:36:13 -0500 Received: from dlep33.itg.ti.com ([157.170.170.112]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id p03JZg9A031114 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 3 Jan 2011 13:35:51 -0600 Received: from legion.dal.design.ti.com (localhost [127.0.0.1]) by dlep33.itg.ti.com (8.13.7/8.13.7) with ESMTP id p03JZgab029127; Mon, 3 Jan 2011 13:35:42 -0600 (CST) Received: from senorita (senorita.am.dhcp.ti.com [128.247.74.250]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id p03JZgf11436; Mon, 3 Jan 2011 13:35:42 -0600 (CST) Received: by senorita (Postfix, from userid 1000) id 2FC40C2A2; Mon, 3 Jan 2011 13:35:42 -0600 (CST) From: Nishanth Menon To: Tony Cc: l-o , l-a , Nishanth Menon Subject: [PATCH] OMAP3+: sr_device: include pm header Date: Mon, 3 Jan 2011 13:35:41 -0600 Message-Id: <1294083341-32147-1-git-send-email-nm@ti.com> X-Mailer: git-send-email 1.6.3.3 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]); Mon, 03 Jan 2011 19:36:14 +0000 (UTC) diff --git a/arch/arm/mach-omap2/sr_device.c b/arch/arm/mach-omap2/sr_device.c index 786d685..b1e0af1 100644 --- a/arch/arm/mach-omap2/sr_device.c +++ b/arch/arm/mach-omap2/sr_device.c @@ -27,6 +27,7 @@ #include #include "control.h" +#include "pm.h" static bool sr_enable_on_init;