diff options
Diffstat (limited to 'src/drivers/i2c/hid')
-rw-r--r-- | src/drivers/i2c/hid/chip.h | 1 | ||||
-rw-r--r-- | src/drivers/i2c/hid/hid.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/i2c/hid/chip.h b/src/drivers/i2c/hid/chip.h index d6180db31e..5ae53cf178 100644 --- a/src/drivers/i2c/hid/chip.h +++ b/src/drivers/i2c/hid/chip.h @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #ifndef __DRIVERS_I2C_HID_CHIP_H__ #define __DRIVERS_I2C_HID_CHIP_H__ diff --git a/src/drivers/i2c/hid/hid.c b/src/drivers/i2c/hid/hid.c index b588115275..9c49b750b0 100644 --- a/src/drivers/i2c/hid/hid.c +++ b/src/drivers/i2c/hid/hid.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <acpi/acpigen_dsm.h> #include <device/device.h> |