Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit d93c221

Browse files
author
Marc Zyngier
committed
Revert "irqchip/mxs: Include linux/irqchip/mxs.h"
This reverts commit 5b7e567. Although including linux/irqchip/mxs.h is technically correct, this clashes with the parallel removal of this include file with 32bit ARM modernizing the low level irq handling as part of 5bb578a ("ARM: 9298/1: Drop custom mdesc->handle_irq()"). As such, this patch is not only unnecessary, it also breaks compilation in -next. Revert it. Signed-off-by: Marc Zyngier <[email protected]> Cc: Arnd Bergmann <[email protected]> Cc: Shawn Guo <[email protected]>
1 parent 4848229 commit d93c221

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/irqchip/irq-mxs.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#include <linux/init.h>
1010
#include <linux/irq.h>
1111
#include <linux/irqchip.h>
12-
#include <linux/irqchip/mxs.h>
1312
#include <linux/irqdomain.h>
1413
#include <linux/io.h>
1514
#include <linux/of.h>

0 commit comments

Comments
 (0)