summaryrefslogtreecommitdiff
path: root/drivers/mfd/ucb1x00-ts.c
diff options
context:
space:
mode:
authorThomas Kunze <thommycheck@gmx.de>2009-02-10 13:54:57 (GMT)
committerThomas Kunze <tkunze@tkunze-desktop.(none)>2009-11-27 20:07:18 (GMT)
commitc8602edf3f9471466755329b78d309f2a01dd449 (patch)
tree6ba19c85f76136951616b6e77bd1620e39ec6281 /drivers/mfd/ucb1x00-ts.c
parent1d0ad843b08f7655b8ac011bca1e3e0c69a554de (diff)
downloadlinux-fsl-qoriq-c8602edf3f9471466755329b78d309f2a01dd449.tar.xz
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-ts.c')
-rw-r--r--drivers/mfd/ucb1x00-ts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/ucb1x00-ts.c b/drivers/mfd/ucb1x00-ts.c
index 61b7d3e..000cb41 100644
--- a/drivers/mfd/ucb1x00-ts.c
+++ b/drivers/mfd/ucb1x00-ts.c
@@ -30,12 +30,12 @@
#include <linux/freezer.h>
#include <linux/slab.h>
#include <linux/kthread.h>
+#include <linux/mfd/ucb1x00.h>
#include <mach/dma.h>
#include <mach/collie.h>
#include <asm/mach-types.h>
-#include "ucb1x00.h"
struct ucb1x00_ts {