diff options
Diffstat (limited to 'include/linux/mfd/mcp.h')
-rw-r--r-- | include/linux/mfd/mcp.h | 1 |
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 | ||
31 | struct mcp_ops { | 32 | struct mcp_ops { |