mem: remove superfluous parameter

This commit is contained in:
Thomas Schoebel-Theuer 2023-05-08 14:43:51 +02:00
parent 68621e26da
commit da68981a3a
1 changed files with 1 additions and 1 deletions

View File

@ -727,7 +727,7 @@ int brick_mem_reserve(void)
return status; return status;
} }
#else #else
int brick_mem_reserve(struct mem_reservation *r) int brick_mem_reserve(void)
{ {
BRICK_INF("preallocation is not compiled in\n"); BRICK_INF("preallocation is not compiled in\n");
return 0; return 0;