]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
irqchip/renesas-irqc: Remove unneeded inclusion of <linux/spinlock.h>
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 27 May 2019 12:04:08 +0000 (14:04 +0200)
committerMarc Zyngier <marc.zyngier@arm.com>
Wed, 29 May 2019 09:42:26 +0000 (10:42 +0100)
The driver never used spinlocks, and thus does not need to include
<linux/spinlock.h>.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
drivers/irqchip/irq-renesas-irqc.c

index a449a7c839b3ec08a78e89cb247b3534040dfd2c..438a063c76156d98040e23cece2b0a065c9c430a 100644 (file)
@@ -7,7 +7,6 @@
 
 #include <linux/init.h>
 #include <linux/platform_device.h>
-#include <linux/spinlock.h>
 #include <linux/interrupt.h>
 #include <linux/ioport.h>
 #include <linux/io.h>