doc: reference: drivers: remove incorrect reference
The PM documentation does not provide any details on usage of SYS_DEVICE_DEFINE, so remove the reference. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
a4d257f19b
commit
f51f5276b5
1 changed files with 1 additions and 2 deletions
|
@ -389,8 +389,7 @@ isn't a way
|
||||||
to later get a device pointer by name. The same policies for initialization
|
to later get a device pointer by name. The same policies for initialization
|
||||||
level and priority apply.
|
level and priority apply.
|
||||||
|
|
||||||
For ``SYS_DEVICE_DEFINE()`` you can obtain pointers by name, see
|
For ``SYS_DEVICE_DEFINE()`` you can obtain pointers by name.
|
||||||
:ref:`power management <power_management_api>` section.
|
|
||||||
|
|
||||||
:c:func:`SYS_INIT()`
|
:c:func:`SYS_INIT()`
|
||||||
Run an initialization function at boot at specified priority.
|
Run an initialization function at boot at specified priority.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue