aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/firmware/raspberrypi.c
diff options
context:
space:
mode:
authorStefan Wahren <stefan.wahren@i2se.com>2018-10-22 22:26:24 +0200
committerStefan Wahren <stefan.wahren@i2se.com>2018-11-21 14:33:11 +0100
commit502b431cda801645fd73857f7b47a4666de3cb62 (patch)
tree0506d7222a04b13c633296ac073fb49807ce3028 /drivers/firmware/raspberrypi.c
parentfirmware: raspberrypi: Fix firmware calls with large buffers (diff)
downloadwireguard-linux-502b431cda801645fd73857f7b47a4666de3cb62.tar.xz
wireguard-linux-502b431cda801645fd73857f7b47a4666de3cb62.zip
firmware: raspberrypi: Switch to SPDX identifier
Adopt the SPDX license identifier headers to ease license compliance management. 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/firmware/raspberrypi.c')
-rw-r--r--drivers/firmware/raspberrypi.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/firmware/raspberrypi.c b/drivers/firmware/raspberrypi.c
index d3f7d1434657..a13558154ac3 100644
--- a/drivers/firmware/raspberrypi.c
+++ b/drivers/firmware/raspberrypi.c
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* Defines interfaces for interacting wtih the Raspberry Pi firmware's
* property channel.
*
* Copyright © 2015 Broadcom
- *
- * 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/dma-mapping.h>