]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
irqchip/renesas-rzv2h: Remove unneeded includes
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 2 Jul 2025 08:53:54 +0000 (10:53 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 2 Jul 2025 14:05:36 +0000 (16:05 +0200)
The RZ/V2H ICU driver does not use clocks, of_address, or syscore.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/d4fbffc39af2eaa7bc50a0a97ffb3a22e3c4cb6a.1751446168.git.geert+renesas@glider.be
drivers/irqchip/irq-renesas-rzv2h.c

index 3daa5de0f05c64d3232154bb8452a1f4e96ee8a7..9018d9c3911e3e9522a5f8da55cc98126b67c147 100644 (file)
 
 #include <linux/bitfield.h>
 #include <linux/cleanup.h>
-#include <linux/clk.h>
 #include <linux/err.h>
 #include <linux/io.h>
 #include <linux/irqchip.h>
 #include <linux/irqchip/irq-renesas-rzv2h.h>
 #include <linux/irqdomain.h>
-#include <linux/of_address.h>
 #include <linux/of_platform.h>
 #include <linux/pm_runtime.h>
 #include <linux/reset.h>
 #include <linux/spinlock.h>
-#include <linux/syscore_ops.h>
 
 /* DT "interrupts" indexes */
 #define ICU_IRQ_START                          1