All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v5 1/2] splash: sort include files
@ 2017-01-13 11:20 Tomas Melin
  2017-01-13 11:20 ` [U-Boot] [PATCH v5 2/2] splash: add support for loading splash from a FIT image Tomas Melin
  2017-01-13 16:39 ` [U-Boot] [PATCH v5 1/2] splash: sort include files Anatolij Gustschin
  0 siblings, 2 replies; 5+ messages in thread
From: Tomas Melin @ 2017-01-13 11:20 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 v5:
- None

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 230b2db..5f6e961 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] 5+ messages in thread

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-13 11:20 [U-Boot] [PATCH v5 1/2] splash: sort include files Tomas Melin
2017-01-13 11:20 ` [U-Boot] [PATCH v5 2/2] splash: add support for loading splash from a FIT image Tomas Melin
2017-01-13 15:38   ` Igor Grinberg
2017-01-13 16:41   ` Anatolij Gustschin
2017-01-13 16:39 ` [U-Boot] [PATCH v5 1/2] splash: sort include files Anatolij Gustschin

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.