]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/serial/serial_pxa.c
karo: tx6ul: add support for TX6UL Mainboard (v1)
[karo-tx-uboot.git] / drivers / serial / serial_pxa.c
index d5140045bfbb54ee0d790418fe07b7cbb4655343..8fbcc10248f04dc8cb827a1a4c152cafd0b87376 100644 (file)
  */
 
 #include <common.h>
-#include <watchdog.h>
-#include <serial.h>
 #include <asm/arch/pxa-regs.h>
 #include <asm/arch/regs-uart.h>
 #include <asm/io.h>
 #include <linux/compiler.h>
+#include <serial.h>
+#include <watchdog.h>
 
 DECLARE_GLOBAL_DATA_PTR;