hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/fs/proc/nommu.c
....@@ -1,12 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /* nommu.c: mmu-less memory info files
23 *
34 * Copyright (C) 2004 Red Hat, Inc. All Rights Reserved.
45 * Written by David Howells (dhowells@redhat.com)
5
- *
6
- * This program is free software; you can redistribute it and/or
7
- * modify it under the terms of the GNU General Public License
8
- * as published by the Free Software Foundation; either version
9
- * 2 of the License, or (at your option) any later version.
106 */
117
128 #include <linux/init.h>
....@@ -26,7 +22,6 @@
2622 #include <linux/hugetlb.h>
2723 #include <linux/vmalloc.h>
2824 #include <linux/uaccess.h>
29
-#include <asm/pgtable.h>
3025 #include <asm/tlb.h>
3126 #include <asm/div64.h>
3227 #include "internal.h"