diff options
author | Antoine Tenart <antoine.tenart@bootlin.com> | 2018-07-13 16:53:10 +0200 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2018-07-24 11:12:15 +0530 |
commit | ec14b83a1ee40a9a72d84f0af356eccc948b24c4 (patch) | |
tree | 748fb4e3a4d8c966d7261919b52fd0b49518f73f /drivers/phy/marvell | |
parent | 5a78671309e029d8e3427a5b9ec440c0d9ba9bde (diff) | |
download | blackbird-op-linux-ec14b83a1ee40a9a72d84f0af356eccc948b24c4.tar.gz blackbird-op-linux-ec14b83a1ee40a9a72d84f0af356eccc948b24c4.zip |
phy: mvebu-cp110-comphy: switch to SPDX identifier
Use the appropriate SPDX license identifier and drop the license text.
This patch is only cosmetic.
Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/marvell')
-rw-r--r-- | drivers/phy/marvell/phy-mvebu-cp110-comphy.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/phy/marvell/phy-mvebu-cp110-comphy.c b/drivers/phy/marvell/phy-mvebu-cp110-comphy.c index 4ef429250d7b..86a5f7b9448b 100644 --- a/drivers/phy/marvell/phy-mvebu-cp110-comphy.c +++ b/drivers/phy/marvell/phy-mvebu-cp110-comphy.c @@ -1,11 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2017 Marvell * * Antoine Tenart <antoine.tenart@free-electrons.com> - * - * This file is licensed under the terms of the GNU General Public - * License version 2. This program is licensed "as is" without any - * warranty of any kind, whether express or implied. */ #include <linux/io.h> |