summaryrefslogtreecommitdiff
path: root/arch/mips/ralink/timer.c
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2024-03-04 19:54:39 +0200
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2024-03-07 17:18:30 +0100
commit5804be0618486f8979208e323188e44f8013a6a3 (patch)
tree3b63ac7f55c91c7967a2e92d0a93c0e44ddc1f93 /arch/mips/ralink/timer.c
parentfdf0df8c936c0822570e067009dee6824ff3a2be (diff)
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@linux.intel.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/ralink/timer.c')
-rw-r--r--arch/mips/ralink/timer.c1
1 files changed, 0 insertions, 1 deletions
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>