summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-w90x900/include/mach/mfp.h
diff options
context:
space:
mode:
authorwanzongshun2011-11-10 07:06:29 +0100
committerRussell King2011-11-12 12:33:08 +0100
commit798681bf2127e60f16e9decc5e3a0b901f3ff3fe (patch)
tree614ce4e78f458be12fd008a57039098a03a237f7 /arch/arm/mach-w90x900/include/mach/mfp.h
parentARM: 7157/1: fix a building WARNING for nuc900 (diff)
downloadkernel-qcow2-linux-798681bf2127e60f16e9decc5e3a0b901f3ff3fe.tar.gz
kernel-qcow2-linux-798681bf2127e60f16e9decc5e3a0b901f3ff3fe.tar.xz
kernel-qcow2-linux-798681bf2127e60f16e9decc5e3a0b901f3ff3fe.zip
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 @@
extern void mfp_set_groupf(struct device *dev);
extern void mfp_set_groupc(struct device *dev);
extern void mfp_set_groupi(struct device *dev);
-extern void mfp_set_groupg(struct device *dev);
+extern void mfp_set_groupg(struct device *dev, const char *subname);
+extern void mfp_set_groupd(struct device *dev, const char *subname);
#endif /* __ASM_ARCH_MFP_H */