Re: [PATCH 1/1] mfd: max77693: Include linux/of.h header

2013-10-18 Thread Lee Jones
On Fri, 18 Oct 2013, Sachin Kamat wrote: > 'of_match_ptr' is defined in linux/of.h. Include it explicitly to > avoid build breakage in the future. > > Signed-off-by: Sachin Kamat > Cc: SangYoung, Son > --- > drivers/mfd/max77693.c |1 + > 1 file changed, 1 insertion(+) Applied, thanks.

[PATCH 1/1] mfd: max77693: Include linux/of.h header

2013-10-18 Thread Sachin Kamat
'of_match_ptr' is defined in linux/of.h. Include it explicitly to avoid build breakage in the future. Signed-off-by: Sachin Kamat Cc: SangYoung, Son --- drivers/mfd/max77693.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mfd/max77693.c b/drivers/mfd/max77693.c index

[PATCH 1/1] mfd: max77693: Include linux/of.h header

2013-10-18 Thread Sachin Kamat
'of_match_ptr' is defined in linux/of.h. Include it explicitly to avoid build breakage in the future. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Cc: SangYoung, Son hello@samsung.com --- drivers/mfd/max77693.c |1 + 1 file changed, 1 insertion(+) diff --git

Re: [PATCH 1/1] mfd: max77693: Include linux/of.h header

2013-10-18 Thread Lee Jones
On Fri, 18 Oct 2013, Sachin Kamat wrote: 'of_match_ptr' is defined in linux/of.h. Include it explicitly to avoid build breakage in the future. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Cc: SangYoung, Son hello@samsung.com --- drivers/mfd/max77693.c |1 + 1 file