summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2013-11-11 23:44:31 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2013-11-11 23:44:31 +0100
commit90b128ed1557c2f523995a379a53e5105891ecf8 (patch)
treed64cc5dc7448b0dba62b14565e2d187245f7874e /include
parentmfd: lpc_ich: Add Device IDs for Intel Wildcat Point-LP PCH (diff)
parentDocumentation: mfd: Update s2mps11.txt (diff)
downloadlinux-90b128ed1557c2f523995a379a53e5105891ecf8.tar.xz
linux-90b128ed1557c2f523995a379a53e5105891ecf8.zip
Merge tag 'mfd-lee-3.13-3' of git://git.linaro.org/people/ljones/mfd
mfd-lee-3.13-3 MFD patches due for v3.13 - 2nd round.
Diffstat (limited to 'include')
-rw-r--r--include/linux/mfd/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mfd/core.h b/include/linux/mfd/core.h
index cebe97ee98b8..60ced604664f 100644
--- a/include/linux/mfd/core.h
+++ b/include/linux/mfd/core.h
@@ -98,7 +98,7 @@ static inline const struct mfd_cell *mfd_get_cell(struct platform_device *pdev)
}
extern int mfd_add_devices(struct device *parent, int id,
- struct mfd_cell *cells, int n_devs,
+ const struct mfd_cell *cells, int n_devs,
struct resource *mem_base,
int irq_base, struct irq_domain *irq_domain);