diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2024-03-04 20:54:39 +0300 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2024-03-07 19:18:30 +0300 |
commit | 5804be0618486f8979208e323188e44f8013a6a3 (patch) | |
tree | 3b63ac7f55c91c7967a2e92d0a93c0e44ddc1f93 /arch/mips | |
parent | fdf0df8c936c0822570e067009dee6824ff3a2be (diff) | |
download | linux-5804be0618486f8979208e323188e44f8013a6a3.tar.xz |
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')
-rw-r--r-- | arch/mips/ralink/timer.c | 1 |
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> |