device: remove support for deprecated init levels
EARLY, APPLICATION and SMP levels are no longer support for device drivers as 2 releases have happened since its deprecation. Add a validation macro so that compilation fails if the given level is not valid. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
07f3ac95be
commit
cfe5bd9224
2 changed files with 10 additions and 15 deletions
|
@ -32,6 +32,9 @@ API Changes
|
|||
* Removed deprecated ``ceiling_fraction`` macro. :c:macro:`DIV_ROUND_UP` needs
|
||||
to be used now.
|
||||
|
||||
* Deprecated ``EARLY``, ``APPLICATION`` and ``SMP`` init levels can no longer be
|
||||
used for devices.
|
||||
|
||||
Removed APIs in this release
|
||||
============================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue