staging: rtl8188eu: Removed a function and coded inline
authorBhaskar Singh <bhaskar.kernel@gmail.com>
Tue, 21 Aug 2018 01:02:22 +0000 (06:32 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Aug 2018 17:29:39 +0000 (19:29 +0200)
commit22d8eeb32abcf4323757e6044497a2fdd560c0af
tree7651dd8c96f00f9d57e8bed4a56e4e685eb4b498
parent6c352cfd12f40e95635e8f6b6be53f1f958e7f86
staging: rtl8188eu: Removed a function and coded inline

This patch removed function named rtw_malloc2d.

I removed this function because this function is used exactly once and
function call have some overhead also.

Maybe this will improve code runtime slightly.

Signed-off-by: Bhaskar Singh <bhaskar.kernel@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_efuse.c
drivers/staging/rtl8188eu/include/osdep_service.h
drivers/staging/rtl8188eu/os_dep/osdep_service.c