commit | 0bee91dae1ff9075d05795dfdf14f2a16432ec65 | [log] [tgz] |
---|---|---|
author | Benjamin Walsh <benjamin.walsh@windriver.com> | Thu Sep 15 17:16:38 2016 -0400 |
committer | Benjamin Walsh <benjamin.walsh@windriver.com> | Thu Sep 22 21:09:22 2016 +0000 |
tree | 1700083825ae8401c31adf0c053db9e86b321293 | |
parent | 14dd53289d3816bfdb51a5df400358596ff18b86 [diff] |
unified: fix some leftover K_<obj>_DEFINE macros The K_<obj>_DEFINE macros in the unified kernel create objects of name 'name', and not a pointer named 'name' to an object. Some macros contained the code from early prototyping. Change-Id: I7262570fbe0b267012874eac0185b4e0cd7f523d Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>