mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-25 14:03:40 +00:00
rtl8188eu: Fix build complaints over DATE
Signed-off-by: Larry Finger@lwfinger.net
This commit is contained in:
parent
37e8518b71
commit
af9277ea3b
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue