soc: arm: aspeed: remove unused DIV_ROUND_UP

Helper macro is not used, so delete it.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2022-11-23 09:49:10 +01:00 committed by Carles Cufí
parent b0d8f5ec7f
commit 1f14506c37

View file

@ -29,8 +29,6 @@
#define NON_CACHED_BSS_ALIGN16 __aligned(16)
#endif
#define DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d))
#define reg_read_poll_timeout(map, reg, val, cond, sleep_ms, timeout_ms) \
({ \
uint32_t __timeout_tick = Z_TIMEOUT_MS(timeout_ms).ticks; \