device: rename DECLARE_DEVICE_INIT_CONFIG()
Rename it to DEVICE_INIT_CONFIG_DEFINE(), because (a) it was not fitting in any namespace and (b) it is not used to declare, but rather define a object. Change-Id: I1da5822f06b85a9fb024b5b184afd0ccc01012ec Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
parent
bd18487727
commit
bfc27206b2
59 changed files with 88 additions and 88 deletions
|
@ -49,7 +49,7 @@ extern "C" {
|
|||
* @param name Device name.
|
||||
*
|
||||
* @param data Pointer to the device's configuration data.
|
||||
* @sa DECLARE_DEVICE_INIT_CONFIG()
|
||||
* @sa DEVICE_INIT_CONFIG_DEFINE()
|
||||
*
|
||||
* @param level The initialization level at which configuration occurs.
|
||||
* Must be one of the following symbols, which are listed in the order
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue