Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: cs2000-cp: convert to SPDX identifiers

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Kuninori Morimoto and committed by
Stephen Boyd
67075b3c ce397d21

+1 -4
+1 -4
drivers/clk/clk-cs2000-cp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * CS2000 -- CIRRUS LOGIC Fractional-N Clock Synthesizer & Clock Multiplier 3 4 * 4 5 * Copyright (C) 2015 Renesas Electronics Corporation 5 6 * Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 10 7 */ 11 8 #include <linux/clk-provider.h> 12 9 #include <linux/delay.h>