rtl8188eu: Remove a couple of useless routines from platform/

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2018-10-25 11:31:36 -05:00
parent 6882712849
commit c589c7a0c2
3 changed files with 1 additions and 23 deletions

View file

@ -23,15 +23,5 @@
* 0: power on successfully
* others: power on failed
*/
int platform_wifi_power_on(void)
{
int ret = 0;
return ret;
}
void platform_wifi_power_off(void)
{
}
#endif /* !CONFIG_PLATFORM_OPS */