Re: [U-Boot] [PATCH] dm: Drop gpio.h header from fdtdec.c

2015-01-20 Thread Simon Glass
On 15 January 2015 at 09:19, Simon Glass wrote: > Since GPIO support has now moved to the driver model uclass, we can drop > this include. > > Signed-off-by: Simon Glass > --- > > lib/fdtdec.c | 2 -- > 1 file changed, 2 deletions(-) Applied to u-boot-dm. ___

[U-Boot] [PATCH] dm: Drop gpio.h header from fdtdec.c

2015-01-15 Thread Simon Glass
Since GPIO support has now moved to the driver model uclass, we can drop this include. Signed-off-by: Simon Glass --- lib/fdtdec.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/fdtdec.c b/lib/fdtdec.c index 3306028..fe30305 100644 --- a/lib/fdtdec.c +++ b/lib/fdtdec.c @@ -11,8 +11,6