X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=blobdiff_plain;f=src%2Fdevices%2Fdevice.c;h=0e9c39e2031d7fe77c5fc4fa8b42d23a6e5a124f;hp=688ccc9fe2bc37d7dfe7bdbdcea30488d4264f62;hb=2143d3737553b293923ad566ef4cda3aec742f75;hpb=35e912cef3aac245202694736281aa8475e977f1 diff --git a/src/devices/device.c b/src/devices/device.c index 688ccc9fe..0e9c39e20 100644 --- a/src/devices/device.c +++ b/src/devices/device.c @@ -912,7 +912,6 @@ void dev_enumerate(void) printk(BIOS_ERR, "dev_root missing scan_bus operation"); return; } - printk(BIOS_INFO, "Enumerating buses... starting with root now\n"); scan_bus(root, 0); printk(BIOS_INFO, "done\n"); }