MIPS: ralink: Remove unused of_gpio.h
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 4 Mar 2024 17:54:39 +0000 (19:54 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 7 Mar 2024 16:18:30 +0000 (17:18 +0100)
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>
arch/mips/ralink/timer.c

index fc503679a93db49c6cd0faf5999e8075e167f08a..8b485cbe854eda024612f6a3b931b33b5aeb3221 100644 (file)
@@ -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>