From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751945AbaHRSEB (ORCPT ); Mon, 18 Aug 2014 14:04:01 -0400 Received: from terminus.zytor.com ([198.137.202.10]:57501 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751676AbaHRSEA (ORCPT ); Mon, 18 Aug 2014 14:04:00 -0400 Date: Mon, 18 Aug 2014 11:03:38 -0700 From: tip-bot for chai wen Message-ID: Cc: linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@kernel.org, chaiw.fnst@cn.fujitsu.com, tglx@linutronix.de, dzickus@redhat.com Reply-To: mingo@kernel.org, hpa@zytor.com, linux-kernel@vger.kernel.org, chaiw.fnst@cn.fujitsu.com, tglx@linutronix.de, dzickus@redhat.com In-Reply-To: <1407768567-171794-2-git-send-email-dzickus@redhat.com> References: <1407768567-171794-2-git-send-email-dzickus@redhat.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/watchdog] watchdog: Remove unnecessary header files Git-Commit-ID: f530504a063cfa028971e4b26ea8e0c32908de25 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: f530504a063cfa028971e4b26ea8e0c32908de25 Gitweb: http://git.kernel.org/tip/f530504a063cfa028971e4b26ea8e0c32908de25 Author: chai wen AuthorDate: Mon, 11 Aug 2014 10:49:23 -0400 Committer: Ingo Molnar CommitDate: Mon, 18 Aug 2014 11:17:46 +0200 watchdog: Remove unnecessary header files Signed-off-by: chai wen Signed-off-by: Don Zickus Cc: pbonzini@redhat.com Link: http://lkml.kernel.org/r/1407768567-171794-2-git-send-email-dzickus@redhat.com Signed-off-by: Ingo Molnar --- kernel/watchdog.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/kernel/watchdog.c b/kernel/watchdog.c index c3319bd..4c2e11c 100644 --- a/kernel/watchdog.c +++ b/kernel/watchdog.c @@ -15,11 +15,6 @@ #include #include #include -#include -#include -#include -#include -#include #include #include #include