Revert "irqchip/mxs: Include linux/irqchip/mxs.h"

This reverts commit 5b7e5676209120814dbb9fec8bc3769f0f7a7958.

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
5bb578a0c1b8 ("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 <maz@kernel.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Shawn Guo <shawnguo@kernel.org>

-1
-1
drivers/irqchip/irq-mxs.c
··· 9 9 #include <linux/init.h> 10 10 #include <linux/irq.h> 11 11 #include <linux/irqchip.h> 12 - #include <linux/irqchip/mxs.h> 13 12 #include <linux/irqdomain.h> 14 13 #include <linux/io.h> 15 14 #include <linux/of.h>