1
0
mirror of https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git synced 2025-10-19 17:11:09 +02:00

Merge pull request #9 from Harshavardhana/master

Fix compilation issue for undeclared function during debug mode
This commit is contained in:
Anand Babu (AB) Periasamy
2014-03-29 20:31:57 -07:00

View File

@@ -1294,7 +1294,6 @@ entry = create_proc_read_entry("mac_reg_dump2", S_IFREG | S_IRUGO,
DBG_871X("Unable to create_proc_read_entry!\n");
return;
}
#endif /*CONFIG_BT_COEXIST*/
#if defined(DBG_CONFIG_ERROR_DETECT)
#if LINUX_VERSION_CODE < KERNEL_VERSION(3,10,0)
@@ -1311,6 +1310,7 @@ entry = create_proc_read_entry("mac_reg_dump2", S_IFREG | S_IRUGO,
return;
}
#endif /* DBG_CONFIG_ERROR_DETECT */
#endif /* CONFIG_BT_COEXIST */
#if LINUX_VERSION_CODE < KERNEL_VERSION(3,10,0)
entry->write_proc = proc_set_sreset;
@@ -3431,4 +3431,3 @@ void rtw_ndev_destructor(struct net_device *ndev)
#endif
free_netdev(ndev);
}