]> git.baikalelectronics.ru Git - kernel.git/commit
staging: r8188eu: change declaration of Efuse_Read1ByteFromFakeContent
authorPhillip Potter <phil@philpotter.co.uk>
Sat, 21 Aug 2021 10:56:15 +0000 (11:56 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Aug 2021 10:18:43 +0000 (12:18 +0200)
commitf5fd40c71ef4eddb1faae4d34d9f1b721d121212
tree398fcade33061273e61f1f25bb2fae74a6f55171
parentf5027e686bdc91c13ede13045add6a4743f76d54
staging: r8188eu: change declaration of Efuse_Read1ByteFromFakeContent

Remove forward declaration of Efuse_Read1ByteFromFakeContent function
from core/rtw_efuse.c, as the function is defined in full directly
after this and therefore this forward declaration is redundant.

In addition, convert the storage class of the function to static, as the
function is only used with rtw_efuse.c, and tidy up the signature
alignment.

Acked-by: Fabio M. De Francesco <fmdefrancesco@gmail.com>
Acked-by: Michael Straube<straube.linux@gmail.com>
Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
Link: https://lore.kernel.org/r/20210821105615.6307-1-phil@philpotter.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_efuse.c