summaryrefslogtreecommitdiffstats
path: root/src/include/device/device.h
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2020-01-03 10:55:59 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2020-01-04 22:08:38 +0000
commit895fb4b36156c18ddec22157020c6da232927f68 (patch)
tree3bdde86c18e2c1e5731bc726339e71db12858f0a /src/include/device/device.h
parent6118cda8589272b89a1db12feb001a77591067f9 (diff)
downloadcoreboot-895fb4b36156c18ddec22157020c6da232927f68.tar.gz
coreboot-895fb4b36156c18ddec22157020c6da232927f68.tar.bz2
coreboot-895fb4b36156c18ddec22157020c6da232927f68.zip
device/smbus: Drop unused smbus_set_link()
I expect it to be easier to just remodel the support for i2c multiplexers instead. Besides, there was no proper bounds for pbus_num when accessing pbus_a[]. Change-Id: I17f33b308c01e48bc03b142550535c32862442ac Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38161 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/include/device/device.h')
-rw-r--r--src/include/device/device.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/device/device.h b/src/include/device/device.h
index e391291084c8..2d7400b464c9 100644
--- a/src/include/device/device.h
+++ b/src/include/device/device.h
@@ -41,7 +41,6 @@ struct device_operations {
void (*scan_bus)(struct device *bus);
void (*enable)(struct device *dev);
void (*disable)(struct device *dev);
- void (*set_link)(struct device *dev, unsigned int link);
void (*reset_bus)(struct bus *bus);
#if CONFIG(GENERATE_SMBIOS_TABLES)
int (*get_smbios_data)(struct device *dev, int *handle,