mmc: sdhci: remove the SDHCI_QUIRK_NO_CD
[oweals/u-boot.git] / drivers / qe / qe.c
index 2b98984ef26d5f777dc4bcdcfb50cc74b7d02599..4231594776a6c71dc5fc615ca27c0495da6a021e 100644 (file)
@@ -7,11 +7,11 @@
  * SPDX-License-Identifier:    GPL-2.0+
  */
 
-#include "common.h"
+#include <common.h>
 #include <command.h>
-#include "asm/errno.h"
-#include "asm/io.h"
-#include "linux/immap_qe.h"
+#include <linux/errno.h>
+#include <asm/io.h>
+#include <linux/immap_qe.h>
 #include <fsl_qe.h>
 #ifdef CONFIG_LS102XA
 #include <asm/arch/immap_ls102xa.h>