linux/drivers/soc/fsl/qe
Rasmus Villemoes 8d70df8b88 soc: fsl: qe: remove unused #include of asm/irq.h from ucc.c
When allowing this driver to be built for ARM, the build fails (for
CONFIG_SMP=y) since ARM's asm/irq.h header is not self-contained:

  In file included from drivers/soc/fsl/qe/ucc.c:18:0:
>> arch/arm/include/asm/irq.h:34:50: error: unknown type name 'cpumask_t'
    extern void arch_trigger_cpumask_backtrace(const cpumask_t *mask,

But nothing in this file actually uses anything from asm/irq.h -
removing this #include generates identical object code, both on PPC32
and on ARM (the latter with a patch added to asm/irq.h to make the
build work in the first place).

Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
2019-12-09 13:57:45 -06:00
..
gpio.c soc: fsl: qe: avoid ppc-specific io accessors 2019-12-09 13:54:29 -06:00
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qe_common.c soc: fsl: qe: refactor cpm_muram_alloc_common to prevent BUG on error path 2019-12-09 13:54:36 -06:00
qe_ic.c soc: fsl: qe: merge qe_ic.h headers into qe_ic.c 2019-12-09 13:54:33 -06:00
qe_io.c soc: fsl: qe: qe_io.c: use of_property_read_u32() in par_io_init() 2019-12-09 13:54:33 -06:00
qe_tdm.c soc: fsl: qe: avoid ppc-specific io accessors 2019-12-09 13:54:29 -06:00
qe.c soc: fsl: qe: drop pointless check in qe_sdma_init() 2019-12-09 13:54:36 -06:00
ucc_fast.c soc: fsl: qe: avoid IS_ERR_VALUE in ucc_fast.c 2019-12-09 13:54:37 -06:00
ucc_slow.c soc: fsl: qe: avoid IS_ERR_VALUE in ucc_slow.c 2019-12-09 13:54:36 -06:00
ucc.c soc: fsl: qe: remove unused #include of asm/irq.h from ucc.c 2019-12-09 13:57:45 -06:00
usb.c soc: fsl: qe: avoid ppc-specific io accessors 2019-12-09 13:54:29 -06:00