commit | 90072f3fa9f771b910ae1a76e7d02d346a49b64d | [log] [tgz] |
---|---|---|
author | Flavio Ceolin <flavio.ceolin@intel.com> | Thu Sep 30 13:52:21 2021 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Sat Oct 02 14:34:14 2021 -0400 |
tree | 0116d17ba9233ae2b81bc534ace9bb273ab36cec | |
parent | d8a2004a4906be2b3467580d30d2852c52695602 [diff] |
sys: kobject: Fix header to avoid re-declaratiions Some functions were being re-declared if the file was included without USERSPACE being defined. In this scenarion we have some functions implemented as static inline besides their prototypes. This is also a code guideline problem (Rule 8.8). Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>