hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/xtensa/mm/ioremap.c
....@@ -1,18 +1,15 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * ioremap implementation.
34 *
45 * Copyright (C) 2015 Cadence Design Systems Inc.
5
- *
6
- * This program is free software; you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License version 2 as
8
- * published by the Free Software Foundation.
96 */
107
118 #include <linux/io.h>
129 #include <linux/vmalloc.h>
10
+#include <linux/pgtable.h>
1311 #include <asm/cacheflush.h>
1412 #include <asm/io.h>
15
-#include <asm/pgtable.h>
1613
1714 static void __iomem *xtensa_ioremap(unsigned long paddr, unsigned long size,
1815 pgprot_t prot)