From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eduardo Valentin Subject: [PATCH 2/4] thermal: remove unnecessary include Date: Tue, 12 Jun 2012 16:25:17 +0300 Message-ID: <1339507519-14434-3-git-send-email-eduardo.valentin@ti.com> References: <1339507519-14434-1-git-send-email-eduardo.valentin@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1339507519-14434-1-git-send-email-eduardo.valentin@ti.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-pm-bounces@lists.linux-foundation.org Errors-To: linux-pm-bounces@lists.linux-foundation.org To: rui.zhang@intel.com, durgadoss.r@intel.com Cc: linux-pm@lists.linux-foundation.org List-Id: linux-pm@vger.kernel.org No need for spinlocks in this file, then removing its header. Signed-off-by: Eduardo Valentin --- drivers/thermal/thermal_sys.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/thermal/thermal_sys.c b/drivers/thermal/thermal_sys.c index 650cefb..1ef9fc1 100644 --- a/drivers/thermal/thermal_sys.c +++ b/drivers/thermal/thermal_sys.c @@ -32,7 +32,6 @@ #include #include #include -#include #include #include #include -- 1.7.7.1.488.ge8e1c