Re: [PATCH] mfd: ucb1x00: explicitely include linux/device.h

2013-07-22 Thread Lee Jones
On Sun, 21 Jul 2013, Andrea Adami wrote: > Fix > linux/include/linux/mfd/ucb1x00.h:137:17: error: field 'dev' has incomplete > type > > Signed-off-by: Andrea Adami > --- > include/linux/mfd/ucb1x00.h | 1 + > 1 file changed, 1 insertion(+) I'm going to fix the commit message a little, but pat

[PATCH] mfd: ucb1x00: explicitely include linux/device.h

2013-07-20 Thread Andrea Adami
Fix linux/include/linux/mfd/ucb1x00.h:137:17: error: field 'dev' has incomplete type Signed-off-by: Andrea Adami --- include/linux/mfd/ucb1x00.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/mfd/ucb1x00.h b/include/linux/mfd/ucb1x00.h index 28af417..88f90cb 100644 --- a/inclu