summaryrefslogtreecommitdiffstats
path: root/include/pm_domain.h
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2022-01-03 13:05:34 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2022-01-05 08:58:44 +0100
commit62333c73e385352ab6ec14b6214b902b9c682939 (patch)
treefa56127e3c90f3d488aabbd9032cf195e2171d4c /include/pm_domain.h
parent2805aecc75d247bf6364a27d8e788d49a46e0dfa (diff)
downloadbarebox-62333c73e385352ab6ec14b6214b902b9c682939.tar.gz
barebox-62333c73e385352ab6ec14b6214b902b9c682939.tar.xz
include: add SPDX-License-Identifier
All these files lack a license statement, so add the default GPL-2.0-only. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20220103120539.1730644-7-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/pm_domain.h')
-rw-r--r--include/pm_domain.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/pm_domain.h b/include/pm_domain.h
index 6d59587ece..48fd170007 100644
--- a/include/pm_domain.h
+++ b/include/pm_domain.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
#ifndef _PM_DOMAIN_H
#define _PM_DOMAIN_H
@@ -79,4 +81,4 @@ of_genpd_add_provider_simple(struct device_node *np,
#endif
-#endif \ No newline at end of file
+#endif