sys: util: remove deprecated ceiling_fraction

It has been deprecated for 2 releases, so the time to remove it has
come.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2024-08-12 12:22:02 +02:00 committed by Anas Nashif
commit 07f3ac95be
2 changed files with 3 additions and 7 deletions

View file

@ -29,6 +29,9 @@ API Changes
``include/zephyr/arch/arm/cortex_m/cmsis.h``. ``cmsis_core.h`` needs to be
included now.
* Removed deprecated ``ceiling_fraction`` macro. :c:macro:`DIV_ROUND_UP` needs
to be used now.
Removed APIs in this release
============================