commit | f8b76f3b03dec540a6aeee7b176e0f01ef2b572f | [log] [tgz] |
---|---|---|
author | Peter Mitsis <peter.mitsis@intel.com> | Mon Nov 29 09:52:11 2021 -0500 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Dec 13 17:21:58 2021 -0500 |
tree | e6a0ed1db6412301d6b8c15ce2e5113ad3ca1444 | |
parent | c6d7a6648e347a0b8a979290e1b1492a8c395e7e [diff] |
kernel: add 'static' keyword to select routines Applies the 'static' keyword to the following inlined routines: z_priq_dumb_add() z_priq_mq_add() z_priq_mq_remove() As those routines are only used in one place, they no longer have externally visible declarations. Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>