[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240304175439.1199865-1-andriy.shevchenko@linux.intel.com>
Date: Mon, 4 Mar 2024 19:54:39 +0200
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
linux-mips@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: John Crispin <john@...ozen.org>,
Sergio Paracuellos <sergio.paracuellos@...il.com>,
Thomas Bogendoerfer <tsbogend@...ha.franken.de>
Subject: [PATCH v1 1/1] MIPS: ralink: Remove unused of_gpio.h
of_gpio.h is deprecated and subject to remove.
The driver doesn't use it, simply remove the unused header.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
---
arch/mips/ralink/timer.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/mips/ralink/timer.c b/arch/mips/ralink/timer.c
index fc503679a93d..8b485cbe854e 100644
--- a/arch/mips/ralink/timer.c
+++ b/arch/mips/ralink/timer.c
@@ -9,7 +9,6 @@
#include <linux/platform_device.h>
#include <linux/interrupt.h>
#include <linux/timer.h>
-#include <linux/of_gpio.h>
#include <linux/clk.h>
#include <asm/mach-ralink/ralink_regs.h>
--
2.43.0.rc1.1.gbec44491f096
Powered by blists - more mailing lists