[ARM] pxa: fix missing underscores in mfp-pxa910.h
authorRoel Kluin <[email protected]>
Wed, 21 Oct 2009 11:25:50 +0000 (13:25 +0200)
committerEric Miao <[email protected]>
Fri, 13 Nov 2009 08:25:47 +0000 (16:25 +0800)
Underscores were missing.

Signed-off-by: Roel Kluin <[email protected]>
Signed-off-by: Eric Miao <[email protected]>
arch/arm/mach-mmp/include/mach/mfp-pxa910.h

index bf1189ff9a34bd62fad9f8ab2c90c04e4703671b..7e8a80f25ddcfca47ce8817ad4f0eeeca3f6ed87 100644 (file)
 #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)