aboutsummaryrefslogtreecommitdiff
path: root/src/include/device/device.h
diff options
context:
space:
mode:
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 2691e4e21c..cd232c72c1 100644
--- a/src/include/device/device.h
+++ b/src/include/device/device.h
@@ -13,7 +13,6 @@ struct smbus_bus_operations;
/* Chip operations */
struct chip_operations {
- char *name; /* This is the print name for debugging */
void (*enable_dev)(struct device *dev);
};