aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/mv88e6060.c
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2019-04-27 19:32:56 +0200
committerDavid S. Miller <davem@davemloft.net>2019-04-27 20:23:04 -0400
commit406a4362c252a1ba62509728b2ea638c5059f463 (patch)
treec669fd17d939d8d33f5c0da85f2e78bbc7ae6553 /drivers/net/dsa/mv88e6060.c
parentibmvnic: Add device identification to requested IRQs (diff)
downloadlinux-dev-406a4362c252a1ba62509728b2ea638c5059f463.tar.xz
linux-dev-406a4362c252a1ba62509728b2ea638c5059f463.zip
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/dsa/mv88e6060.c')
-rw-r--r--drivers/net/dsa/mv88e6060.c6
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>