ARM: mmp: avoid to include head file in mach-mmp
authorHaojian Zhuang <haojian.zhuang@gmail.com>
Mon, 3 Jun 2013 02:02:59 +0000 (10:02 +0800)
committerHaojian Zhuang <haojian.zhuang@gmail.com>
Sat, 24 Aug 2013 09:44:45 +0000 (17:44 +0800)
commit0f102b6ccec15c057d4d82f9731e6b780c9f8132
tree3a2495647fc0610bd925b996e628e30ea6569c46
parent0f374561b50df8f29e3427717b35dd57c7ac4ca4
ARM: mmp: avoid to include head file in mach-mmp

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>
arch/arm/mach-mmp/mmp2.c
arch/arm/mach-mmp/pxa910.c
drivers/irqchip/irq-mmp.c
include/linux/irqchip/mmp.h [new file with mode: 0644]