diff options
Diffstat (limited to 'arch/arm/mach-at91')
-rw-r--r-- | arch/arm/mach-at91/generic.h | 5 | ||||
-rw-r--r-- | arch/arm/mach-at91/pm_suspend.S | 6 |
2 files changed, 2 insertions, 9 deletions
diff --git a/arch/arm/mach-at91/generic.h b/arch/arm/mach-at91/generic.h index 72b45accfa0f..0a4cdcb4985b 100644 --- a/arch/arm/mach-at91/generic.h +++ b/arch/arm/mach-at91/generic.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/mach-at91/generic.h | 3 | * linux/arch/arm/mach-at91/generic.h |
3 | * | 4 | * |
4 | * Copyright (C) 2005 David Brownell | 5 | * Copyright (C) 2005 David Brownell |
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. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #ifndef _AT91_GENERIC_H | 8 | #ifndef _AT91_GENERIC_H |
diff --git a/arch/arm/mach-at91/pm_suspend.S b/arch/arm/mach-at91/pm_suspend.S index 77e29309cc6e..c751f047b116 100644 --- a/arch/arm/mach-at91/pm_suspend.S +++ b/arch/arm/mach-at91/pm_suspend.S | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * arch/arm/mach-at91/pm_slow_clock.S | 3 | * arch/arm/mach-at91/pm_slow_clock.S |
3 | * | 4 | * |
@@ -5,11 +6,6 @@ | |||
5 | * | 6 | * |
6 | * AT91SAM9 support: | 7 | * AT91SAM9 support: |
7 | * Copyright (C) 2007 Anti Sullin <anti.sullin@artecdesign.ee> | 8 | * Copyright (C) 2007 Anti Sullin <anti.sullin@artecdesign.ee> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | * | ||
13 | */ | 9 | */ |
14 | #include <linux/linkage.h> | 10 | #include <linux/linkage.h> |
15 | #include <linux/clk/at91_pmc.h> | 11 | #include <linux/clk/at91_pmc.h> |