diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2018-07-30 07:49:55 +0000 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-08-02 13:55:00 -0700 |
commit | 67075b3cb8d509642ff09ef3134a3b2d30c45a32 (patch) | |
tree | 1cc2aeb0a51e70ce178f2605e69f709dbf2bd1a2 /drivers/clk | |
parent | ce397d215ccd07b8ae3f71db689aedb85d56ab40 (diff) | |
download | linux-67075b3cb8d509642ff09ef3134a3b2d30c45a32.tar.bz2 |
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>
Diffstat (limited to 'drivers/clk')
-rw-r--r-- | drivers/clk/clk-cs2000-cp.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/clk/clk-cs2000-cp.c b/drivers/clk/clk-cs2000-cp.c index a2f8c42e527a..92bc4aca0f95 100644 --- a/drivers/clk/clk-cs2000-cp.c +++ b/drivers/clk/clk-cs2000-cp.c @@ -1,12 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 /* * CS2000 -- CIRRUS LOGIC Fractional-N Clock Synthesizer & Clock Multiplier * * Copyright (C) 2015 Renesas Electronics Corporation * Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. */ #include <linux/clk-provider.h> #include <linux/delay.h> |