diff options
Diffstat (limited to 'src/drivers/i2c/rt5663')
-rw-r--r-- | src/drivers/i2c/rt5663/chip.h | 1 | ||||
-rw-r--r-- | src/drivers/i2c/rt5663/rt5663.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/i2c/rt5663/chip.h b/src/drivers/i2c/rt5663/chip.h index ef498dba15..49b107cb1c 100644 --- a/src/drivers/i2c/rt5663/chip.h +++ b/src/drivers/i2c/rt5663/chip.h @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ /* * Realtek RT5663 audio codec devicetree bindings diff --git a/src/drivers/i2c/rt5663/rt5663.c b/src/drivers/i2c/rt5663/rt5663.c index 0573454b7d..e1f665246e 100644 --- a/src/drivers/i2c/rt5663/rt5663.c +++ b/src/drivers/i2c/rt5663/rt5663.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <acpi/acpi.h> #include <acpi/acpi_device.h> |