Re: [U-Boot] [PATCH 11/16] board_f: Drop unused headers

2017-04-03 Thread york sun
On 03/31/2017 07:41 AM, Simon Glass wrote: > Drop headers which are not used or needed in this file. The compiler.h > header is included by common.h. > > Signed-off-by: Simon Glass > --- Reviewed-by: York Sun ___ U-Boot mailing list U-Boot@lists.denx.

[U-Boot] [PATCH 11/16] board_f: Drop unused headers

2017-03-31 Thread Simon Glass
Drop headers which are not used or needed in this file. The compiler.h header is included by common.h. Signed-off-by: Simon Glass --- common/board_f.c | 5 - 1 file changed, 5 deletions(-) diff --git a/common/board_f.c b/common/board_f.c index 0c0bdc44e3..5df00f33b1 100644 --- a/common/boa