summaryrefslogtreecommitdiffstats
path: root/src/drivers/generic/gpio_regulator
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/generic/gpio_regulator')
-rw-r--r--src/drivers/generic/gpio_regulator/Kconfig1
-rw-r--r--src/drivers/generic/gpio_regulator/Makefile.inc1
-rw-r--r--src/drivers/generic/gpio_regulator/chip.h1
-rw-r--r--src/drivers/generic/gpio_regulator/gpio_regulator.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/src/drivers/generic/gpio_regulator/Kconfig b/src/drivers/generic/gpio_regulator/Kconfig
index 65811f4e6d27..96fa7f2213af 100644
--- a/src/drivers/generic/gpio_regulator/Kconfig
+++ b/src/drivers/generic/gpio_regulator/Kconfig
@@ -1,5 +1,4 @@
#
-# This file is part of the coreboot project.
#
# SPDX-License-Identifier: GPL-2.0-only
diff --git a/src/drivers/generic/gpio_regulator/Makefile.inc b/src/drivers/generic/gpio_regulator/Makefile.inc
index d094c71c1dcf..538657d5e6e1 100644
--- a/src/drivers/generic/gpio_regulator/Makefile.inc
+++ b/src/drivers/generic/gpio_regulator/Makefile.inc
@@ -1,5 +1,4 @@
#
-# This file is part of the coreboot project.
#
# SPDX-License-Identifier: GPL-2.0-only
diff --git a/src/drivers/generic/gpio_regulator/chip.h b/src/drivers/generic/gpio_regulator/chip.h
index f3d1d0f86a4f..4d9e3ceb35ca 100644
--- a/src/drivers/generic/gpio_regulator/chip.h
+++ b/src/drivers/generic/gpio_regulator/chip.h
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#ifndef __DRIVERS_GENERIC_GPIO_REGULATOR_H__
#define __DRIVERS_GENERIC_GPIO_REGULATOR_H__
diff --git a/src/drivers/generic/gpio_regulator/gpio_regulator.c b/src/drivers/generic/gpio_regulator/gpio_regulator.c
index 4eedb8bd7bc5..be71b9de0e88 100644
--- a/src/drivers/generic/gpio_regulator/gpio_regulator.c
+++ b/src/drivers/generic/gpio_regulator/gpio_regulator.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#include <acpi/acpi_device.h>
#include <acpi/acpigen.h>