| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * arch/sh/kernel/cpu/clock.c - SuperH clock framework |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 9 | 10 | * Written by Tuukka Tikkanen <tuukka.tikkanen@elektrobit.com> |
|---|
| 10 | 11 | * |
|---|
| 11 | 12 | * Modified for omap shared clock framework by Tony Lindgren <tony@atomide.com> |
|---|
| 12 | | - * |
|---|
| 13 | | - * This file is subject to the terms and conditions of the GNU General Public |
|---|
| 14 | | - * License. See the file "COPYING" in the main directory of this archive |
|---|
| 15 | | - * for more details. |
|---|
| 16 | 13 | */ |
|---|
| 17 | 14 | #include <linux/kernel.h> |
|---|
| 18 | 15 | #include <linux/init.h> |
|---|