summaryrefslogtreecommitdiffstats
path: root/drivers/of
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2020-04-23 22:44:58 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-04-27 21:16:06 +0200
commitcd24f633a063f0fd2c18f4c584cd43bd609bafbe (patch)
tree20a4bd2b5e2c09cdf1f7efe2dd76dcdfb7481dd3 /drivers/of
parentca9944990d769ff405761fad8ee7248ce3201678 (diff)
downloadbarebox-cd24f633a063f0fd2c18f4c584cd43bd609bafbe.tar.gz
barebox-cd24f633a063f0fd2c18f4c584cd43bd609bafbe.tar.xz
treewide: remove references to CREDITS
The CREDITS file was removed from barebox in 2015 by commit 6570288f2d97 ("Remove the CREDITS file"). Remove references to it from several files. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/of')
-rw-r--r--drivers/of/address.c3
-rw-r--r--drivers/of/barebox.c3
-rw-r--r--drivers/of/base.c3
-rw-r--r--drivers/of/fdt.c3
-rw-r--r--drivers/of/of_path.c3
-rw-r--r--drivers/of/partition.c3
-rw-r--r--drivers/of/platform.c3
7 files changed, 0 insertions, 21 deletions
diff --git a/drivers/of/address.c b/drivers/of/address.c
index f0a74ec37c..524a0f6a79 100644
--- a/drivers/of/address.c
+++ b/drivers/of/address.c
@@ -5,9 +5,6 @@
*
* based on Linux devicetree support
*
- * See file CREDITS for list of people who contributed to this
- * project.
- *
* 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.
diff --git a/drivers/of/barebox.c b/drivers/of/barebox.c
index 64f483326d..aa0cfb6194 100644
--- a/drivers/of/barebox.c
+++ b/drivers/of/barebox.c
@@ -3,9 +3,6 @@
*
* Copyright (c) 2013 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix
*
- * See file CREDITS for list of people who contributed to this
- * project.
- *
* 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.
diff --git a/drivers/of/base.c b/drivers/of/base.c
index 1223e0ab55..4c633bcd49 100644
--- a/drivers/of/base.c
+++ b/drivers/of/base.c
@@ -5,9 +5,6 @@
*
* based on Linux devicetree support
*
- * See file CREDITS for list of people who contributed to this
- * project.
- *
* 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.
diff --git a/drivers/of/fdt.c b/drivers/of/fdt.c
index cf3f1ee147..a31e2c348a 100644
--- a/drivers/of/fdt.c
+++ b/drivers/of/fdt.c
@@ -5,9 +5,6 @@
*
* based on Linux devicetree support
*
- * See file CREDITS for list of people who contributed to this
- * project.
- *
* 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.
diff --git a/drivers/of/of_path.c b/drivers/of/of_path.c
index 5c3a020345..c237d9c6a8 100644
--- a/drivers/of/of_path.c
+++ b/drivers/of/of_path.c
@@ -3,9 +3,6 @@
*
* Copyright (c) 2013 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix
*
- * See file CREDITS for list of people who contributed to this
- * project.
- *
* 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.
diff --git a/drivers/of/partition.c b/drivers/of/partition.c
index 655b67f854..7367073c67 100644
--- a/drivers/of/partition.c
+++ b/drivers/of/partition.c
@@ -5,9 +5,6 @@
*
* based on Linux devicetree support
*
- * See file CREDITS for list of people who contributed to this
- * project.
- *
* 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.
diff --git a/drivers/of/platform.c b/drivers/of/platform.c
index b1a7eb6730..ca84cede23 100644
--- a/drivers/of/platform.c
+++ b/drivers/of/platform.c
@@ -5,9 +5,6 @@
*
* based on Linux devicetree support
*
- * See file CREDITS for list of people who contributed to this
- * project.
- *
* 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.