[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191211210204.31579-2-f.fainelli@gmail.com>
Date: Wed, 11 Dec 2019 13:02:03 -0800
From: Florian Fainelli <f.fainelli@...il.com>
To: linux-watchdog@...r.kernel.org
Cc: Florian Fainelli <f.fainelli@...il.com>,
Wim Van Sebroeck <wim@...ux-watchdog.org>,
Guenter Roeck <linux@...ck-us.net>,
linux-kernel@...r.kernel.org (open list),
linux-mips@...ux-mips.org, Paul Burton <paulburton@...nel.org>,
Denis Efremov <efremov@...ux.com>
Subject: [PATCH 1/2] watchdog: mtx-1: Drop au1000.h header inclusion
Including au1000.h from the machine specific header directory prevents
this driver from being built on any other platforms (MIPS included).
Since we do not use any definitions, drop it.
Reported-by: Denis Efremov <efremov@...ux.com>
Signed-off-by: Florian Fainelli <f.fainelli@...il.com>
---
drivers/watchdog/mtx-1_wdt.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/watchdog/mtx-1_wdt.c b/drivers/watchdog/mtx-1_wdt.c
index 25a92857b217..aeca22f7450e 100644
--- a/drivers/watchdog/mtx-1_wdt.c
+++ b/drivers/watchdog/mtx-1_wdt.c
@@ -41,8 +41,6 @@
#include <linux/uaccess.h>
#include <linux/gpio/consumer.h>
-#include <asm/mach-au1x00/au1000.h>
-
#define MTX1_WDT_INTERVAL (5 * HZ)
static int ticks = 100 * HZ;
--
2.17.1
Powered by blists - more mailing lists