headers: kernel_version: Drop extern attr from functions

Drop extern attribute from function signature.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
Flavio Ceolin 2023-10-27 12:48:15 -07:00 committed by Anas Nashif
parent a629ac5fac
commit 49a2ff75d3
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ extern "C" {
*
* @return kernel version
*/
extern uint32_t sys_kernel_version_get(void);
uint32_t sys_kernel_version_get(void);
/**
* @}