Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 432d1e0c authored by Josh Triplett's avatar Josh Triplett Committed by Greg Kroah-Hartman
Browse files

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: default avatarJosh Triplett <josh@joshtriplett.org>
Acked-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 904ea6c5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);