diff options
author | Haojian Zhuang <haojian.zhuang@gmail.com> | 2013-04-21 13:21:48 +0800 |
---|---|---|
committer | Haojian Zhuang <haojian.zhuang@gmail.com> | 2013-08-24 17:39:02 +0800 |
commit | c052d13c08b793a13cf0158feca324417bf9ca4b (patch) | |
tree | 2659f784e80c6c9d265f322c1e041830479be1fc /arch/arm/mach-mmp/pxa910.c | |
parent | ad81f0545ef01ea651886dddac4bef6cec930092 (diff) |
irqchip: move mmp irq driver
Move irq-mmp driver from mach-mmp directory into irqchip directory.
It's used to support multiple platform.
Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Diffstat (limited to 'arch/arm/mach-mmp/pxa910.c')
-rw-r--r-- | arch/arm/mach-mmp/pxa910.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/pxa910.c b/arch/arm/mach-mmp/pxa910.c index ce6393acad86..a586742fabf2 100644 --- a/arch/arm/mach-mmp/pxa910.c +++ b/arch/arm/mach-mmp/pxa910.c @@ -23,6 +23,7 @@ #include <mach/dma.h> #include <mach/mfp.h> #include <mach/devices.h> +#include <mach/pxa910.h> #include "common.h" |