aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/mcp.h
diff options
context:
space:
mode:
authorThomas Kunze <thommycheck@gmx.de>2009-02-10 08:50:56 -0500
committerThomas Kunze <tkunze@tkunze-desktop.(none)>2009-11-27 15:07:21 -0500
commit9ca3dc805cd0d89c44f88b9a399061946781323a (patch)
treef00c3eae8adfb627a4daaae8a02c2883347bdcd8 /include/linux/mfd/mcp.h
parentcc647172795713e013f8de4bcdf91860e9e87bff (diff)
add gpiolib support to ucb1x00
The old access methods to the gpios will be removed when all users has been converted. (mainly ucb1x00-ts)
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 {