soc: rockchip: pvtm: use SPDX-License-Identifier

This updates the rockchip_pvtm.c file to use SPDX-License-Identifier
instead of more verbose license text.

Change-Id: I9f89999e0668269ff7d9283e90710bf0b06bde7f
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
Finley Xiao
2020-04-21 09:44:43 +08:00
committed by Tao Huang
parent 227808eed5
commit a3e34d47db

View File

@@ -1,17 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-only
/*
* Rockchip PVTM support.
*
* Copyright (c) 2016 Rockchip Electronics Co. Ltd.
* Author: Finley Xiao <finley.xiao@rock-chips.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*/
#include <linux/clk.h>