projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2b3631
)
[ARM] pxa: fix missing underscores in mfp-pxa910.h
author
Roel Kluin
<roel.kluin@gmail.com>
Wed, 21 Oct 2009 11:25:50 +0000
(13:25 +0200)
committer
Eric Miao
<eric.y.miao@gmail.com>
Fri, 13 Nov 2009 08:25:47 +0000
(16:25 +0800)
Underscores were missing.
Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
arch/arm/mach-mmp/include/mach/mfp-pxa910.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-mmp/include/mach/mfp-pxa910.h
b/arch/arm/mach-mmp/include/mach/mfp-pxa910.h
index
bf1189f
..
7e8a80f
100644
(file)
--- a/
arch/arm/mach-mmp/include/mach/mfp-pxa910.h
+++ b/
arch/arm/mach-mmp/include/mach/mfp-pxa910.h
@@
-160,7
+160,7
@@
#define MMC1_WP_MMC1_WP MFP_CFG_DRV(MMC1_WP, AF0, MEDIUM)
/* PWM */
-#define GPIO27
PWM3
AF2 MFP_CFG(GPIO27, AF2)
+#define GPIO27
_PWM3_
AF2 MFP_CFG(GPIO27, AF2)
#define GPIO51_PWM2_OUT MFP_CFG(GPIO51, AF2)
#define GPIO117_PWM1_OUT MFP_CFG(GPIO117, AF2)
#define GPIO118_PWM2_OUT MFP_CFG(GPIO118, AF2)