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:
Gerard Marull-Paretas 2021-11-12 09:43:44 +01:00 committed by Christopher Friedt
commit f51f5276b5

View file

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