diff --git a/soc/arm/aspeed/aspeed_util.h b/soc/arm/aspeed/aspeed_util.h index ba1754e611b..27a4a504e78 100644 --- a/soc/arm/aspeed/aspeed_util.h +++ b/soc/arm/aspeed/aspeed_util.h @@ -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; \