diff mbox series

video: omap: change include order

Message ID 20200502153939.18813-1-dariobin@libero.it
State Superseded
Headers show
Series video: omap: change include order | expand

Commit Message

Dario Binacchi May 2, 2020, 3:39 p.m. UTC
Apply u-boot coding style on include files order.

Signed-off-by: Dario Binacchi <dariobin at libero.it>
---

 drivers/video/am335x-fb.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Lokesh Vutla May 3, 2020, 2:11 p.m. UTC | #1
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
>
diff mbox series

Patch

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