diff options
author | Andrew Lunn <andrew@lunn.ch> | 2019-04-27 20:32:56 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-04-28 03:23:04 +0300 |
commit | 406a4362c252a1ba62509728b2ea638c5059f463 (patch) | |
tree | c669fd17d939d8d33f5c0da85f2e78bbc7ae6553 /drivers/net | |
parent | e56e2515669af9f2444228db39699d02c5a4989a (diff) | |
download | linux-406a4362c252a1ba62509728b2ea638c5059f463.tar.xz |
net: dsa: mv88e6060: Add SPDX header
Add an SPDX header, and remove the license text.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/dsa/mv88e6060.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/net/dsa/mv88e6060.c b/drivers/net/dsa/mv88e6060.c index 0b3e51f248c2..ed5a8b9dde96 100644 --- a/drivers/net/dsa/mv88e6060.c +++ b/drivers/net/dsa/mv88e6060.c @@ -1,11 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * net/dsa/mv88e6060.c - Driver for Marvell 88e6060 switch chips * Copyright (c) 2008-2009 Marvell Semiconductor - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. */ #include <linux/delay.h> |