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)
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>

No differences found