[PATCH] video: omap: change include order
Lokesh Vutla
lokeshvutla at ti.com
Sun May 3 16:11:01 CEST 2020
On 02/05/20 9:09 PM, Dario Binacchi wrote:
> Apply u-boot coding style on include files order.
Can you describe more on how you are ordering?
Thanks and regards,
Lokesh
>
> Signed-off-by: Dario Binacchi <dariobin at libero.it>
> ---
>
> drivers/video/am335x-fb.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/video/am335x-fb.c b/drivers/video/am335x-fb.c
> index eb5add2a20..0f066df451 100644
> --- a/drivers/video/am335x-fb.c
> +++ b/drivers/video/am335x-fb.c
> @@ -13,15 +13,15 @@
> */
> #include <common.h>
> #include <dm.h>
> -#include <asm/io.h>
> +#include <lcd.h>
> +#include <video.h>
> +#include <asm/arch/clock.h>
> #include <asm/arch/hardware.h>
> #include <asm/arch/omap.h>
> -#include <asm/arch/clock.h>
> #include <asm/arch/sys_proto.h>
> +#include <asm/io.h>
> #include <asm/utils.h>
> #include <linux/err.h>
> -#include <lcd.h>
> -#include <video.h>
> #include "am335x-fb.h"
>
> #define LCDC_FMAX 200000000
>
More information about the U-Boot
mailing list