aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-w90x900/include/mach/mfp.h
diff options
context:
space:
mode:
authorwanzongshun <mcuos.com@gmail.com>2011-11-10 01:06:29 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2011-11-12 06:33:08 -0500
commit798681bf2127e60f16e9decc5e3a0b901f3ff3fe (patch)
tree614ce4e78f458be12fd008a57039098a03a237f7 /arch/arm/mach-w90x900/include/mach/mfp.h
parenta6dc54460e5405248773abef704c7980ab31af77 (diff)
ARM: 7158/1: add new MFP implement for NUC900
This patch is to add new MFP implement in mfp.c,since nuc900 mmc driver needs this function support. Signed-off-by: Wan ZongShun <mcuos.com@gmail.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-w90x900/include/mach/mfp.h')
-rw-r--r--arch/arm/mach-w90x900/include/mach/mfp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-w90x900/include/mach/mfp.h b/arch/arm/mach-w90x900/include/mach/mfp.h
index 94c0e71617c6..23ef1f573abd 100644
--- a/arch/arm/mach-w90x900/include/mach/mfp.h
+++ b/arch/arm/mach-w90x900/include/mach/mfp.h
@@ -19,6 +19,7 @@
19extern void mfp_set_groupf(struct device *dev); 19extern void mfp_set_groupf(struct device *dev);
20extern void mfp_set_groupc(struct device *dev); 20extern void mfp_set_groupc(struct device *dev);
21extern void mfp_set_groupi(struct device *dev); 21extern void mfp_set_groupi(struct device *dev);
22extern void mfp_set_groupg(struct device *dev); 22extern void mfp_set_groupg(struct device *dev, const char *subname);
23extern void mfp_set_groupd(struct device *dev, const char *subname);
23 24
24#endif /* __ASM_ARCH_MFP_H */ 25#endif /* __ASM_ARCH_MFP_H */