- To reduce confuse rename the parts of linuxbios bios that run from
[coreboot.git] / src / mainboard / arima / hdama / mainboard.c
index 8af64d9091dddd681c0a0156bfaeeeacb527f533..95ed7368f96e94c38bd7143231df1b2473008197 100644 (file)
@@ -316,7 +316,6 @@ static void enable_dev(struct device *dev)
        dev->ops = &mainboard_operations;
 }
 struct chip_operations mainboard_arima_hdama_ops = {
-       .name      = "Arima HDAMA mainboard ",
        .enable_dev = enable_dev, 
 };