Index: head/sys/dev/mlx4/mlx4_core/mlx4.h =================================================================== --- head/sys/dev/mlx4/mlx4_core/mlx4.h +++ head/sys/dev/mlx4/mlx4_core/mlx4.h @@ -52,7 +52,6 @@ #define DRV_NAME "mlx4_core" #define PFX DRV_NAME ": " #define DRV_VERSION "2.1.6" -#define DRV_RELDATE "Sep 30 2016" #define DRV_STACK_NAME "Linux-MLNX_OFED" #define DRV_STACK_VERSION "2.1" Index: head/sys/dev/mlx4/mlx4_core/mlx4_main.c =================================================================== --- head/sys/dev/mlx4/mlx4_core/mlx4_main.c +++ head/sys/dev/mlx4/mlx4_core/mlx4_main.c @@ -174,7 +174,7 @@ static char mlx4_version[] __devinitdata = DRV_NAME ": Mellanox ConnectX VPI driver v" - DRV_VERSION " (" DRV_RELDATE ")\n"; + DRV_VERSION "\n"; static int log_num_mac = 7; module_param_named(log_num_mac, log_num_mac, int, 0444); Index: head/sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c =================================================================== --- head/sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c +++ head/sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c @@ -59,7 +59,6 @@ #define DRV_NAME MLX4_IB_DRV_NAME #define DRV_VERSION "1.0" -#define DRV_RELDATE "Sep 30 2016" #define MLX4_IB_DRIVER_PROC_DIR_NAME "driver/mlx4_ib" #define MLX4_IB_MRS_PROC_DIR_NAME "mrs" @@ -102,7 +101,7 @@ static const char mlx4_ib_version[] = DRV_NAME ": Mellanox ConnectX InfiniBand driver v" - DRV_VERSION " (" DRV_RELDATE ")\n"; + DRV_VERSION "\n"; struct update_gid_work { struct work_struct work;