summaryrefslogtreecommitdiff
path: root/src/include/device
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/device')
-rw-r--r--src/include/device/device.h1
-rw-r--r--src/include/device/smbus.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/include/device/device.h b/src/include/device/device.h
index e391291084..2d7400b464 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,
diff --git a/src/include/device/smbus.h b/src/include/device/smbus.h
index 094ad42629..cae4f3fde3 100644
--- a/src/include/device/smbus.h
+++ b/src/include/device/smbus.h
@@ -28,7 +28,6 @@ static inline const struct smbus_bus_operations *ops_smbus_bus(struct bus *bus)
}
struct bus *get_pbus_smbus(struct device *dev);
-int smbus_set_link(struct device *dev);
static inline int smbus_recv_byte(struct device *const dev)
{