From: Josh Triplett Date: Mon, 23 Dec 2013 21:55:13 +0000 (-0800) Subject: staging: rtl8188eu: Drop print of build date/time X-Git-Tag: Ubuntu-snapdragon-4.4.0-1029.32~9453^2~66 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=432d1e0ca8f84763eb8e0e88ecace385a109c3bc;p=mirror_ubuntu-zesty-kernel.git staging: rtl8188eu: Drop print of build date/time The kernel already has this information, and individual drivers shouldn't duplicate that. This also eliminates the use of __DATE__ and __TIME__, which make the build non-deterministic. Signed-off-by: Josh Triplett Acked-by: Larry Finger Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8188eu/os_dep/usb_intf.c b/drivers/staging/rtl8188eu/os_dep/usb_intf.c index 594580b78caa..0a341d6ec51f 100644 --- a/drivers/staging/rtl8188eu/os_dep/usb_intf.c +++ b/drivers/staging/rtl8188eu/os_dep/usb_intf.c @@ -864,7 +864,6 @@ static int __init rtw_drv_entry(void) RT_TRACE(_module_hci_intfs_c_, _drv_err_, ("+rtw_drv_entry\n")); DBG_88E(DRV_NAME " driver version=%s\n", DRIVERVERSION); - DBG_88E("build time: %s %s\n", __DATE__, __TIME__); mutex_init(&usb_drv->hw_init_mutex);