rtl8188eu: Fix build complaints over DATE

Signed-off-by: Larry Finger@lwfinger.net
This commit is contained in:
lwfinger 2020-04-28 14:08:07 -05:00
parent 37e8518b71
commit af9277ea3b

View file

@ -31,7 +31,6 @@ static const char *rtw_log_level_str[] = {
void dump_drv_version(void *sel) void dump_drv_version(void *sel)
{ {
RTW_PRINT_SEL(sel, "%s %s\n", DRV_NAME, DRIVERVERSION); RTW_PRINT_SEL(sel, "%s %s\n", DRV_NAME, DRIVERVERSION);
RTW_PRINT_SEL(sel, "build time: %s %s\n", __DATE__, __TIME__);
} }
void dump_drv_cfg(void *sel) void dump_drv_cfg(void *sel)