From: Haojian Zhuang Date: Mon, 3 Jun 2013 02:02:59 +0000 (+0800) Subject: ARM: mmp: avoid to include head file in mach-mmp X-Git-Tag: v3.12-rc1~75^2~9^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f102b6ccec15c057d4d82f9731e6b780c9f8132;p=pandora-kernel.git 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 --- Reading git-diff-tree failed