]> git.sur5r.net Git - u-boot/blobdiff - board/keymile/kmp204x/pci.c
tools/file2include: avoid incorrect comments
[u-boot] / board / keymile / kmp204x / pci.c
index 2b0b054a11c71822f76781ab29d02e8079d85536..965a8ce98b6d7814a7e3d1fdd041fbade08b6713 100644 (file)
@@ -1,20 +1,19 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2013 Keymile AG
  * Valentin Longchamp <valentin.longchamp@keymile.com>
  *
  * Copyright 2007-2011 Freescale Semiconductor, Inc.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <command.h>
 #include <pci.h>
 #include <asm/fsl_pci.h>
-#include <libfdt.h>
+#include <linux/libfdt.h>
 #include <fdt_support.h>
 #include <asm/fsl_serdes.h>
-#include <asm/errno.h>
+#include <linux/errno.h>
 
 #include "kmp204x.h"