move drivers/mfd/*.h to include/linux/mfd
So drivers like collie_battery driver can use those files easier.
This commit is contained in:
committed by
Thomas Kunze
parent
1d0ad843b0
commit
c8602edf3f
@ -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)
|
||||
|
Reference in New Issue
Block a user