All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v4 1/2] splash: sort include files
@ 2016-12-05  7:36 Tomas Melin
  2016-12-05  7:36 ` [U-Boot] [PATCH v4 2/2] splash: add support for loading splash from a FIT image Tomas Melin
  2016-12-07  3:47 ` [U-Boot] [PATCH v4 1/2] splash: sort include files Simon Glass
  0 siblings, 2 replies; 14+ messages in thread
From: Tomas Melin @ 2016-12-05  7:36 UTC (permalink / raw)
  To: u-boot

Sort include files in accordance to u-boot coding style.

Signed-off-by: Tomas Melin <tomas.melin@vaisala.com>
---

Changes in v4:
- Added missing changelog

Changes in v3:
- Change patch order so that include sort patch comes prior to adding
  new include

Changes in v2:
- Add separate patch for sorting include files

 common/splash_source.c | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/common/splash_source.c b/common/splash_source.c
index d300e46..70d724f 100644
--- a/common/splash_source.c
+++ b/common/splash_source.c
@@ -7,15 +7,16 @@
  */
 
 #include <common.h>
-#include <nand.h>
+#include <bmp_layout.h>
 #include <errno.h>
-#include <splash.h>
-#include <spi_flash.h>
+#include <fs.h>
+#include <image.h>
+#include <nand.h>
+#include <sata.h>
 #include <spi.h>
+#include <spi_flash.h>
+#include <splash.h>
 #include <usb.h>
-#include <sata.h>
-#include <bmp_layout.h>
-#include <fs.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
-- 
2.1.4

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

end of thread, other threads:[~2017-01-13  9:46 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-05  7:36 [U-Boot] [PATCH v4 1/2] splash: sort include files Tomas Melin
2016-12-05  7:36 ` [U-Boot] [PATCH v4 2/2] splash: add support for loading splash from a FIT image Tomas Melin
2016-12-07  3:47   ` Simon Glass
2016-12-11 15:37   ` Igor Grinberg
2016-12-11 20:27     ` Simon Glass
2016-12-12  8:37       ` Igor Grinberg
2016-12-13 20:29         ` Simon Glass
2016-12-14 12:53           ` Igor Grinberg
2016-12-14 14:23             ` Tomas Melin
2016-12-15  9:08               ` Igor Grinberg
2016-12-20  5:29                 ` Tomas Melin
2016-12-26  7:24                   ` Igor Grinberg
2017-01-13  9:46                     ` Tomas Melin
2016-12-07  3:47 ` [U-Boot] [PATCH v4 1/2] splash: sort include files Simon Glass

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.