diff options
Diffstat (limited to 'arch/microblaze/mm/consistent.c')
-rw-r--r-- | arch/microblaze/mm/consistent.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/microblaze/mm/consistent.c b/arch/microblaze/mm/consistent.c index 3002cbca3059..bc7042209c57 100644 --- a/arch/microblaze/mm/consistent.c +++ b/arch/microblaze/mm/consistent.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Microblaze support for cache consistent memory. | 3 | * Microblaze support for cache consistent memory. |
3 | * Copyright (C) 2010 Michal Simek <monstr@monstr.eu> | 4 | * Copyright (C) 2010 Michal Simek <monstr@monstr.eu> |
@@ -7,10 +8,6 @@ | |||
7 | * Based on PowerPC version derived from arch/arm/mm/consistent.c | 8 | * Based on PowerPC version derived from arch/arm/mm/consistent.c |
8 | * Copyright (C) 2001 Dan Malek (dmalek@jlc.net) | 9 | * Copyright (C) 2001 Dan Malek (dmalek@jlc.net) |
9 | * Copyright (C) 2000 Russell King | 10 | * Copyright (C) 2000 Russell King |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License version 2 as | ||
13 | * published by the Free Software Foundation. | ||
14 | */ | 11 | */ |
15 | 12 | ||
16 | #include <linux/export.h> | 13 | #include <linux/export.h> |