diff options
Diffstat (limited to 'src/ec/google/chromeec/i2c_tunnel')
-rw-r--r-- | src/ec/google/chromeec/i2c_tunnel/chip.h | 1 | ||||
-rw-r--r-- | src/ec/google/chromeec/i2c_tunnel/i2c_tunnel.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/ec/google/chromeec/i2c_tunnel/chip.h b/src/ec/google/chromeec/i2c_tunnel/chip.h index 01d52bd0b2..3868363663 100644 --- a/src/ec/google/chromeec/i2c_tunnel/chip.h +++ b/src/ec/google/chromeec/i2c_tunnel/chip.h @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ -/* This file is part of the coreboot project. */ #ifndef __EC_GOOGLE_CHROMEEC_I2C_TUNNEL__ #define __EC_GOOGLE_CHROMEEC_I2C_TUNNEL__ diff --git a/src/ec/google/chromeec/i2c_tunnel/i2c_tunnel.c b/src/ec/google/chromeec/i2c_tunnel/i2c_tunnel.c index 7a110cba26..77f6fe11fe 100644 --- a/src/ec/google/chromeec/i2c_tunnel/i2c_tunnel.c +++ b/src/ec/google/chromeec/i2c_tunnel/i2c_tunnel.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ -/* This file is part of the coreboot project. */ #include <acpi/acpi_device.h> #include <acpi/acpigen.h> |