summaryrefslogtreecommitdiff
path: root/include/of_gpio.h
diff options
context:
space:
mode:
authorRoland Hieber <rohieb@rohieb.name>2020-02-13 13:12:49 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2020-02-17 10:08:47 +0100
commit9d90f943eedf9610181be4a0c42285926d8a5338 (patch)
treecba3c24e9739617a506a9321d9ccd0a5b737fe29 /include/of_gpio.h
parent46306e782ccc09589feebf25cfeba8e09ebcfc14 (diff)
downloadbarebox-9d90f943eedf9610181be4a0c42285926d8a5338.tar.gz
include: add SPDX GPL-2.0-or-later license tags where applicable
Signed-off-by: Roland Hieber <rohieb@rohieb.name> Reviewed-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/of_gpio.h')
-rw-r--r--include/of_gpio.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/of_gpio.h b/include/of_gpio.h
index 95a454c683..9076c81e54 100644
--- a/include/of_gpio.h
+++ b/include/of_gpio.h
@@ -1,12 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* OF helpers for the GPIO API
*
* based on Linux OF_GPIO API
- *
- * 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.
*/
#ifndef __OF_GPIO_H