- To reduce confuse rename the parts of linuxbios bios that run from
[coreboot.git] / src / include / device / device.h
index 2691e4e21cef44c2d381a05eb2db8d944f758fa5..cd232c72c138bc7da04eb97e8dff2b218bd0fc50 100644 (file)
@@ -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);
 };