diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2009-02-10 14:54:57 +0100 |
---|---|---|
committer | Thomas Kunze <tkunze@tkunze-desktop.(none)> | 2009-11-27 21:07:18 +0100 |
commit | c8602edf3f9471466755329b78d309f2a01dd449 (patch) | |
tree | 6ba19c85f76136951616b6e77bd1620e39ec6281 /drivers/mfd/mcp-sa11x0.c | |
parent | 1d0ad843b08f7655b8ac011bca1e3e0c69a554de (diff) | |
download | linux-3.10-c8602edf3f9471466755329b78d309f2a01dd449.tar.gz linux-3.10-c8602edf3f9471466755329b78d309f2a01dd449.tar.bz2 linux-3.10-c8602edf3f9471466755329b78d309f2a01dd449.zip |
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 62b32dabf62..212189815c8 100644 --- a/drivers/mfd/mcp-sa11x0.c +++ b/drivers/mfd/mcp-sa11x0.c @@ -19,6 +19,7 @@ #include <linux/spinlock.h> #include <linux/slab.h> #include <linux/platform_device.h> +#include <linux/mfd/mcp.h> #include <mach/dma.h> #include <mach/hardware.h> @@ -28,7 +29,6 @@ #include <mach/assabet.h> -#include "mcp.h" struct mcp_sa11x0 { u32 mccr0; |