summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/cpu/os.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2012-01-10 15:54:05 -0800
committerMike Frysinger <vapier@gentoo.org>2012-03-12 11:03:41 -0400
commite101247212f3aba3ece22c66e46e3fca89c0c768 (patch)
tree250ae994a5c1ddcd2bc0efb43bc29ca8348bddb4 /arch/sandbox/cpu/os.c
parente37ae40e9dec9af417c19de72f76becebf160730 (diff)
downloadtalos-obmc-uboot-e101247212f3aba3ece22c66e46e3fca89c0c768.tar.gz
talos-obmc-uboot-e101247212f3aba3ece22c66e46e3fca89c0c768.zip
sandbox: sort header files in os.c
Tidy this up as the list is long and likely to get longer. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/sandbox/cpu/os.c')
-rw-r--r--arch/sandbox/cpu/os.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/sandbox/cpu/os.c b/arch/sandbox/cpu/os.c
index 6d55b5cbce..a1d324b51f 100644
--- a/arch/sandbox/cpu/os.c
+++ b/arch/sandbox/cpu/os.c
@@ -19,15 +19,15 @@
* MA 02111-1307 USA
*/
+#include <errno.h>
#include <fcntl.h>
#include <stdlib.h>
#include <termios.h>
-#include <unistd.h>
#include <time.h>
-#include <errno.h>
-#include <sys/types.h>
-#include <sys/stat.h>
+#include <unistd.h>
#include <sys/mman.h>
+#include <sys/stat.h>
+#include <sys/types.h>
#include <linux/types.h>
#include <os.h>
OpenPOWER on IntegriCloud