]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commit
ARM: imx: remove header file mach/irqs.h
authorShawn Guo <shawn.guo@linaro.org>
Sun, 16 Sep 2012 14:16:44 +0000 (22:16 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 15 Oct 2012 02:05:43 +0000 (10:05 +0800)
commit1e66210a3135b544713a9455e78e36f6f8d1bf77
tree9dc3e005f2751eb903449ec55ca8650cfea1baa3
parent50f2de61269bbe2f40bead1969a9594fa8599b93
ARM: imx: remove header file mach/irqs.h

The only mach/irqs.h user outside arch/arm/mach-imx is
sound/soc/fsl/imx-pcm-fiq.c, which refers to mxc_set_irq_fiq().
Move the declaration into include/linux/platform_data/asoc-imx-ssi.h,
so that we can remove mach/irqs.h includsion from imx-pcm-fiq.c.

Inside arch/arm/mach-imx, the only users to mach/irqs.h are avic.c
and tzic.c for referring to macro FIQ_START.  Let's move the macro
into irq-common.h and get rid of mach/irqs.h completely.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: alsa-devel@alsa-project.org
arch/arm/mach-imx/avic.c
arch/arm/mach-imx/include/mach/irqs.h [deleted file]
arch/arm/mach-imx/irq-common.h
arch/arm/mach-imx/tzic.c
include/linux/platform_data/asoc-imx-ssi.h
sound/soc/fsl/imx-pcm-fiq.c