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/mcp-sa11x0.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/mcp-sa11x0.c')
-rw-r--r-- | drivers/mfd/mcp-sa11x0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/mcp-sa11x0.c b/drivers/mfd/mcp-sa11x0.c index 62b32dabf629..212189815c8e 100644 --- a/drivers/mfd/mcp-sa11x0.c +++ b/drivers/mfd/mcp-sa11x0.c | |||
@@ -19,6 +19,7 @@ | |||
19 | #include <linux/spinlock.h> | 19 | #include <linux/spinlock.h> |
20 | #include <linux/slab.h> | 20 | #include <linux/slab.h> |
21 | #include <linux/platform_device.h> | 21 | #include <linux/platform_device.h> |
22 | #include <linux/mfd/mcp.h> | ||
22 | 23 | ||
23 | #include <mach/dma.h> | 24 | #include <mach/dma.h> |
24 | #include <mach/hardware.h> | 25 | #include <mach/hardware.h> |
@@ -28,7 +29,6 @@ | |||
28 | 29 | ||
29 | #include <mach/assabet.h> | 30 | #include <mach/assabet.h> |
30 | 31 | ||
31 | #include "mcp.h" | ||
32 | 32 | ||
33 | struct mcp_sa11x0 { | 33 | struct mcp_sa11x0 { |
34 | u32 mccr0; | 34 | u32 mccr0; |