Re: [PATCH] mfd: mcp: add missing linux/device.h header

2013-07-22 Thread Lee Jones
On Sun, 21 Jul 2013, Andrea Adami wrote: > Fix > linux/include/linux/mfd/mcp.h:22:16: error: field 'attached_device' has > incomplete type > linux/include/linux/mfd/mcp.h:48:23: error: field 'drv' has incomplete type > > Signed-off-by: Andrea Adami > --- > include/linux/mfd/mcp.h | 2 ++ > 1 f

[PATCH] mfd: mcp: add missing linux/device.h header

2013-07-20 Thread Andrea Adami
Fix linux/include/linux/mfd/mcp.h:22:16: error: field 'attached_device' has incomplete type linux/include/linux/mfd/mcp.h:48:23: error: field 'drv' has incomplete type Signed-off-by: Andrea Adami --- include/linux/mfd/mcp.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/mfd