kernel: Use distinct macro names

There is a struct and a macro called _ready_q, this is error
prone. Just removing it.

MISRA-C rule 5.4

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
Flavio Ceolin 2018-10-24 12:47:18 -07:00 committed by Anas Nashif
commit a3dddedab6
3 changed files with 2 additions and 3 deletions

View file

@ -181,7 +181,6 @@ extern struct _kernel _kernel;
#define _current _kernel.current
#endif
#define _ready_q _kernel.ready_q
#define _timeout_q _kernel.timeout_q
#include <kernel_arch_func.h>