diff options
author | Eric Miao <eric.y.miao@gmail.com> | 2010-07-15 18:22:33 +0400 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-08-05 10:34:46 +0400 |
commit | 2728701d1c285a36a23d2c9ffffd8cb1f953795f (patch) | |
tree | 7d742e556c044ee89167d88f448712fc057e9a63 /arch/arm/mach-mmp/mmp2.c | |
parent | f7426f53d22ff97d664167799be3f5f39c22dfdf (diff) | |
download | linux-2728701d1c285a36a23d2c9ffffd8cb1f953795f.tar.xz |
[ARM] mmp: move declarations into SoC specific header file from common.h
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-mmp/mmp2.c')
-rw-r--r-- | arch/arm/mach-mmp/mmp2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/mmp2.c b/arch/arm/mach-mmp/mmp2.c index b3fddacc7cb5..daf3993349f8 100644 --- a/arch/arm/mach-mmp/mmp2.c +++ b/arch/arm/mach-mmp/mmp2.c @@ -27,6 +27,7 @@ #include <mach/mfp.h> #include <mach/gpio.h> #include <mach/devices.h> +#include <mach/mmp2.h> #include "common.h" #include "clock.h" |