move drivers/mfd/*.h to include/linux/mfd

So drivers like collie_battery driver can use
those files easier.
This commit is contained in:
Thomas Kunze
2009-02-10 14:54:57 +01:00
committed by Thomas Kunze
parent 1d0ad843b0
commit c8602edf3f
7 changed files with 9 additions and 7 deletions

View File

@ -17,11 +17,11 @@
#include <linux/device.h>
#include <linux/slab.h>
#include <linux/string.h>
#include <linux/mfd/mcp.h>
#include <mach/dma.h>
#include <asm/system.h>
#include "mcp.h"
#define to_mcp(d) container_of(d, struct mcp, attached_device)
#define to_mcp_driver(d) container_of(d, struct mcp_driver, drv)