diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2009-02-10 08:54:57 -0500 |
---|---|---|
committer | Thomas Kunze <tkunze@tkunze-desktop.(none)> | 2009-11-27 15:07:18 -0500 |
commit | c8602edf3f9471466755329b78d309f2a01dd449 (patch) | |
tree | 6ba19c85f76136951616b6e77bd1620e39ec6281 /drivers/mfd/ucb1x00-core.c | |
parent | 1d0ad843b08f7655b8ac011bca1e3e0c69a554de (diff) |
move drivers/mfd/*.h to include/linux/mfd
So drivers like collie_battery driver can use
those files easier.
Diffstat (limited to 'drivers/mfd/ucb1x00-core.c')
-rw-r--r-- | drivers/mfd/ucb1x00-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/ucb1x00-core.c b/drivers/mfd/ucb1x00-core.c index 60c3988f3cf3..f9de7891e57f 100644 --- a/drivers/mfd/ucb1x00-core.c +++ b/drivers/mfd/ucb1x00-core.c | |||
@@ -25,11 +25,11 @@ | |||
25 | #include <linux/interrupt.h> | 25 | #include <linux/interrupt.h> |
26 | #include <linux/device.h> | 26 | #include <linux/device.h> |
27 | #include <linux/mutex.h> | 27 | #include <linux/mutex.h> |
28 | #include <linux/mfd/ucb1x00.h> | ||
28 | 29 | ||
29 | #include <mach/dma.h> | 30 | #include <mach/dma.h> |
30 | #include <mach/hardware.h> | 31 | #include <mach/hardware.h> |
31 | 32 | ||
32 | #include "ucb1x00.h" | ||
33 | 33 | ||
34 | static DEFINE_MUTEX(ucb1x00_mutex); | 34 | static DEFINE_MUTEX(ucb1x00_mutex); |
35 | static LIST_HEAD(ucb1x00_drivers); | 35 | static LIST_HEAD(ucb1x00_drivers); |