aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/proc-arm946.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mm/proc-arm946.S')
-rw-r--r--arch/arm/mm/proc-arm946.S6
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/mm/proc-arm946.S b/arch/arm/mm/proc-arm946.S
index 7361837edc31..2dc1c75a4fd4 100644
--- a/arch/arm/mm/proc-arm946.S
+++ b/arch/arm/mm/proc-arm946.S
@@ -1,14 +1,10 @@
1/* SPDX-License-Identifier: GPL-2.0-only */
1/* 2/*
2 * linux/arch/arm/mm/arm946.S: utility functions for ARM946E-S 3 * linux/arch/arm/mm/arm946.S: utility functions for ARM946E-S
3 * 4 *
4 * Copyright (C) 2004-2006 Hyok S. Choi (hyok.choi@samsung.com) 5 * Copyright (C) 2004-2006 Hyok S. Choi (hyok.choi@samsung.com)
5 * 6 *
6 * (Many of cache codes are from proc-arm926.S) 7 * (Many of cache codes are from proc-arm926.S)
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation.
11 *
12 */ 8 */
13#include <linux/linkage.h> 9#include <linux/linkage.h>
14#include <linux/init.h> 10#include <linux/init.h>