Re: [U-Boot] [PATCH] video: ld9040: remove the unused defined

2017-06-02 Thread Anatolij Gustschin
On Tue, 30 May 2017 10:07:57 +0900 Jaehoon Chung jh80.ch...@samsung.com wrote: > Remove the unused defined. > When code is building, appearred the compiler warning. > > Signed-off-by: Jaehoon Chung > --- > drivers/video/ld9040.c | 16 > 1 file changed, 16 deletions(-) thanks,

[U-Boot] [PATCH] video: ld9040: remove the unused defined

2017-05-29 Thread Jaehoon Chung
Remove the unused defined. When code is building, appearred the compiler warning. Signed-off-by: Jaehoon Chung --- drivers/video/ld9040.c | 16 1 file changed, 16 deletions(-) diff --git a/drivers/video/ld9040.c b/drivers/video/ld9040.c index 23fe783..8a90c25 100644 --- a/drive