commit | 9ca3dc805cd0d89c44f88b9a399061946781323a | [log] [tgz] |
---|---|---|
author | Thomas Kunze <thommycheck@gmx.de> | Tue Feb 10 14:50:56 2009 +0100 |
committer | Thomas Kunze <tkunze@tkunze-desktop.(none)> | Fri Nov 27 21:07:21 2009 +0100 |
tree | f00c3eae8adfb627a4daaae8a02c2883347bdcd8 | |
parent | cc647172795713e013f8de4bcdf91860e9e87bff [diff] [blame] |
add gpiolib support to ucb1x00 The old access methods to the gpios will be removed when all users has been converted. (mainly ucb1x00-ts)
diff --git a/include/linux/mfd/mcp.h b/include/linux/mfd/mcp.h index be95e09..ee496708 100644 --- a/include/linux/mfd/mcp.h +++ b/include/linux/mfd/mcp.h
@@ -26,6 +26,7 @@ dma_device_t dma_telco_rd; dma_device_t dma_telco_wr; struct device attached_device; + int gpio_base; }; struct mcp_ops {