All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] video: omap: change include order
@ 2020-05-02 15:39 Dario Binacchi
  2020-05-03 14:11 ` Lokesh Vutla
  0 siblings, 1 reply; 2+ messages in thread
From: Dario Binacchi @ 2020-05-02 15:39 UTC (permalink / raw)
  To: u-boot

Apply u-boot coding style on include files order.

Signed-off-by: Dario Binacchi <dariobin@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
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] video: omap: change include order
  2020-05-02 15:39 [PATCH] video: omap: change include order Dario Binacchi
@ 2020-05-03 14:11 ` Lokesh Vutla
  0 siblings, 0 replies; 2+ messages in thread
From: Lokesh Vutla @ 2020-05-03 14:11 UTC (permalink / raw)
  To: u-boot



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@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
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-03 14:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-02 15:39 [PATCH] video: omap: change include order Dario Binacchi
2020-05-03 14:11 ` Lokesh Vutla

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.