diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2018-08-22 01:02:20 +0300 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2018-09-10 11:58:07 +0300 |
commit | eee0e5daa7574208f84fc24bc829ece58ef021f1 (patch) | |
tree | b7ff12b67b247e2cfc856bdf806a24aa1da354d1 /drivers/phy/renesas/phy-rcar-gen3-usb3.c | |
parent | c339d3e0fb100465d644ccf84590e6f5e5ad80b9 (diff) | |
download | linux-eee0e5daa7574208f84fc24bc829ece58ef021f1.tar.xz |
phy: renesas: use SPDX identifier for Renesas drivers
Use SPDX identifier for Renesas drivers.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/renesas/phy-rcar-gen3-usb3.c')
-rw-r--r-- | drivers/phy/renesas/phy-rcar-gen3-usb3.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/phy/renesas/phy-rcar-gen3-usb3.c b/drivers/phy/renesas/phy-rcar-gen3-usb3.c index 88c83c9b8ff9..566b4cf4ff38 100644 --- a/drivers/phy/renesas/phy-rcar-gen3-usb3.c +++ b/drivers/phy/renesas/phy-rcar-gen3-usb3.c @@ -1,11 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Renesas R-Car Gen3 for USB3.0 PHY driver * * Copyright (C) 2017 Renesas Electronics Corporation - * - * 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.h> |