diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2013-07-20 19:07:39 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-07-30 20:04:52 -0400 |
commit | 38c4faaea4ca71c69584ef71cca8d0735d5361c1 (patch) | |
tree | 59ea9d7a0aad88d79f424e6e6c31f4eff13a6564 /include/linux/mfd/ucb1x00.h | |
parent | 62480dc8b4bd951057c0712c8547e6c3fa12008a (diff) |
mfd: ucb1x00: Explicitely include linux/device.h
Fixes this compilation error:
linux/include/linux/mfd/ucb1x00.h:137:17: error: field 'dev' has incomplete type
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/linux/mfd/ucb1x00.h')
-rw-r--r-- | include/linux/mfd/ucb1x00.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/ucb1x00.h b/include/linux/mfd/ucb1x00.h index 28af41756360..88f90cbf8e6a 100644 --- a/include/linux/mfd/ucb1x00.h +++ b/include/linux/mfd/ucb1x00.h | |||
@@ -10,6 +10,7 @@ | |||
10 | #ifndef UCB1200_H | 10 | #ifndef UCB1200_H |
11 | #define UCB1200_H | 11 | #define UCB1200_H |
12 | 12 | ||
13 | #include <linux/device.h> | ||
13 | #include <linux/mfd/mcp.h> | 14 | #include <linux/mfd/mcp.h> |
14 | #include <linux/gpio.h> | 15 | #include <linux/gpio.h> |
15 | #include <linux/mutex.h> | 16 | #include <linux/mutex.h> |