diff options
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod.c')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod.c b/arch/arm/mach-omap2/omap_hwmod.c index 405ac24def05..e0350476feaa 100644 --- a/arch/arm/mach-omap2/omap_hwmod.c +++ b/arch/arm/mach-omap2/omap_hwmod.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * omap_hwmod implementation for OMAP2/3/4 | 3 | * omap_hwmod implementation for OMAP2/3/4 |
3 | * | 4 | * |
@@ -10,10 +11,6 @@ | |||
10 | * Tony Lindgren, Rajendra Nayak, Vikram Pandita, Sakari Poussa, Anand | 11 | * Tony Lindgren, Rajendra Nayak, Vikram Pandita, Sakari Poussa, Anand |
11 | * Sawant, Santosh Shilimkar, Richard Woodruff | 12 | * Sawant, Santosh Shilimkar, Richard Woodruff |
12 | * | 13 | * |
13 | * This program is free software; you can redistribute it and/or modify | ||
14 | * it under the terms of the GNU General Public License version 2 as | ||
15 | * published by the Free Software Foundation. | ||
16 | * | ||
17 | * Introduction | 14 | * Introduction |
18 | * ------------ | 15 | * ------------ |
19 | * One way to view an OMAP SoC is as a collection of largely unrelated | 16 | * One way to view an OMAP SoC is as a collection of largely unrelated |