mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-07 11:55:15 +07:00
![Haojian Zhuang](/assets/img/avatar_default.png)
pxa910_set_wake() & mmp2_set_wake() are both declared in head files of arch/arm/mach-mmp/include/mach directory. If we include these head files in irq-mmp driver, it blocks the multiplatform build. So adjust the code. Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
7 lines
116 B
C
7 lines
116 B
C
#ifndef __IRQCHIP_MMP_H
|
|
#define __IRQCHIP_MMP_H
|
|
|
|
extern struct irq_chip icu_irq_chip;
|
|
|
|
#endif /* __IRQCHIP_MMP_H */
|