ec/acpi: Remove empty "chip" driver

There was no code attached to this driver and hence one couldn't hook
it up to any device. Even if mentioned in the `devicetree.cb` it was
still dead code.

Change-Id: I12415ea9e0120b1d00524f8f39f9b2d02f46ba05
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57431
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Nico Huber
2021-09-06 23:59:11 +02:00
committed by Felix Held
parent c286304796
commit da3ef13d27
3 changed files with 0 additions and 9 deletions

View File

@@ -148,7 +148,3 @@ void ec_set_ports(u16 cmd_reg, u16 data_reg)
ec_cmd_reg = cmd_reg;
ec_data_reg = data_reg;
}
struct chip_operations ec_acpi_ops = {
CHIP_NAME("ACPI Embedded Controller")
};