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:
Benjamin Walsh 2016-01-26 16:37:12 -05:00 committed by Anas Nashif
commit bfc27206b2
59 changed files with 88 additions and 88 deletions

View file

@ -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