Remove redundant printf of SDK version which already appears earlier in boot.

This commit is contained in:
Juli Mallett 2012-11-19 08:29:53 +00:00
parent 78210af90c
commit d0ebf478da
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243263

View File

@ -308,8 +308,6 @@ int cvm_oct_init_module(device_t bus)
int fau = FAU_NUM_PACKET_BUFFERS_TO_FREE;
int qos;
printf("cavium-ethernet: %s\n", OCTEON_SDK_VERSION_STRING);
cvm_oct_rx_initialize();
cvm_oct_configure_common_hw(bus);