projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
add gpiolib support to ucb1x00
[linux-2.6.git]
/
include
/
linux
/
mfd
/
ucb1x00.h
diff --git
a/include/linux/mfd/ucb1x00.h
b/include/linux/mfd/ucb1x00.h
index
eac3463
..
aa9c378
100644
(file)
--- a/
include/linux/mfd/ucb1x00.h
+++ b/
include/linux/mfd/ucb1x00.h
@@
-11,6
+11,8
@@
#define UCB1200_H
#include <linux/mfd/mcp.h>
+#include <linux/gpio.h>
+
#define UCB_IO_DATA 0x00
#define UCB_IO_DIR 0x01
@@
-123,6
+125,7
@@
struct ucb1x00 {
struct device dev;
struct list_head node;
struct list_head devs;
+ struct gpio_chip gpio;
};
struct ucb1x00_driver;