aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc/bcm
diff options
context:
space:
mode:
authorStefan Wahren <stefan.wahren@i2se.com>2018-10-22 22:35:02 +0200
committerStefan Wahren <stefan.wahren@i2se.com>2018-11-14 21:04:47 +0100
commitbb661b70883717154e194cad544e2b9c25895268 (patch)
treebcf8d179230f79055f3943635e024b12ab53a3af /drivers/soc/bcm
parentfirmware: raspberrypi: Define timeout for transactions (diff)
downloadlinux-dev-bb661b70883717154e194cad544e2b9c25895268.tar.xz
linux-dev-bb661b70883717154e194cad544e2b9c25895268.zip
soc: bcm: Switch raspberrypi-power to SPDX identifier
Adopt the SPDX license identifier headers to ease license compliance management. Cc: Alexander Aring <aring@mojatatu.com> Cc: Eric Anholt <eric@anholt.net> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'drivers/soc/bcm')
-rw-r--r--drivers/soc/bcm/raspberrypi-power.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/soc/bcm/raspberrypi-power.c b/drivers/soc/bcm/raspberrypi-power.c
index a78dfe0a2b50..5d1aacdd84ef 100644
--- a/drivers/soc/bcm/raspberrypi-power.c
+++ b/drivers/soc/bcm/raspberrypi-power.c
@@ -1,9 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0
/* (C) 2015 Pengutronix, Alexander Aring <aar@pengutronix.de>
*
- * 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.
- *
* Authors:
* Alexander Aring <aar@pengutronix.de>
* Eric Anholt <eric@anholt.net>