From patchwork Wed Jan 16 09:45:28 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacob Pan X-Patchwork-Id: 1992471 Return-Path: X-Original-To: patchwork-linux-pm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 4BBD23FDD1 for ; Wed, 16 Jan 2013 17:45:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753610Ab3APRpq (ORCPT ); Wed, 16 Jan 2013 12:45:46 -0500 Received: from mga09.intel.com ([134.134.136.24]:35733 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753171Ab3APRpp (ORCPT ); Wed, 16 Jan 2013 12:45:45 -0500 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 16 Jan 2013 09:44:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,480,1355126400"; d="scan'208";a="272870996" Received: from jacob-desktop.jf.intel.com ([10.7.198.62]) by orsmga002.jf.intel.com with ESMTP; 16 Jan 2013 09:45:45 -0800 From: Jacob Pan To: Linux PM , LKML , Zhang Rui Cc: Rafael Wysocki , Len Brown , Jacob Pan Subject: [Update] [PATCH v6 3/3] PM: Introduce Intel PowerClamp Driver Date: Wed, 16 Jan 2013 01:45:28 -0800 Message-Id: <1358329528-1286-1-git-send-email-jacob.jun.pan@linux.intel.com> X-Mailer: git-send-email 1.7.9.5 Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Signed-off-by: Jacob Pan --- Need to include the proper nmi.h file such that local_touch_nmi is always declared. drivers/thermal/intel_powerclamp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/thermal/intel_powerclamp.c b/drivers/thermal/intel_powerclamp.c index 314b6fc..81ebf87 100644 --- a/drivers/thermal/intel_powerclamp.c +++ b/drivers/thermal/intel_powerclamp.c @@ -50,8 +50,8 @@ #include #include #include -#include +#include #include #include #include