From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-path: Received: from g2t1383g.austin.hpe.com ([15.233.16.89]:56867 "EHLO g2t1383g.austin.hpe.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751011AbeBLFWY (ORCPT ); Mon, 12 Feb 2018 00:22:24 -0500 From: Jerry Hoemann To: wim@linux-watchdog.org, linux@roeck-us.net Cc: linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org, rwright@hpe.com, maurice.a.saldivar@hpe.com, Jerry Hoemann Subject: [PATCH v2 02/11] watchdog/hpwdt: remove include files no longer needed. Date: Sun, 11 Feb 2018 22:21:02 -0700 Message-Id: <20180212052111.12010-3-jerry.hoemann@hpe.com> In-Reply-To: <20180212052111.12010-1-jerry.hoemann@hpe.com> References: <20180212052111.12010-1-jerry.hoemann@hpe.com> Sender: linux-watchdog-owner@vger.kernel.org List-Id: linux-watchdog@vger.kernel.org remove header files used by NMI sourcing and DMI decoding. Signed-off-by: Jerry Hoemann --- drivers/watchdog/hpwdt.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/drivers/watchdog/hpwdt.c b/drivers/watchdog/hpwdt.c index 113058644fc3..20a13c5d0285 100644 --- a/drivers/watchdog/hpwdt.c +++ b/drivers/watchdog/hpwdt.c @@ -28,16 +28,7 @@ #include #include #include -#ifdef CONFIG_HPWDT_NMI_DECODING -#include -#include -#include -#include -#include -#include -#endif /* CONFIG_HPWDT_NMI_DECODING */ #include -#include #define HPWDT_VERSION "1.4.0" #define SECS_TO_TICKS(secs) ((secs) * 1000 / 128) -- 2.13.6