aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/mcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mfd/mcp.h')
-rw-r--r--include/linux/mfd/mcp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/mcp.h b/include/linux/mfd/mcp.h
index be95e09fd746..ee496708e38b 100644
--- a/include/linux/mfd/mcp.h
+++ b/include/linux/mfd/mcp.h
@@ -26,6 +26,7 @@ struct mcp {
26 dma_device_t dma_telco_rd; 26 dma_device_t dma_telco_rd;
27 dma_device_t dma_telco_wr; 27 dma_device_t dma_telco_wr;
28 struct device attached_device; 28 struct device attached_device;
29 int gpio_base;
29}; 30};
30 31
31struct mcp_ops { 32struct mcp_ops {