mirror of
https://github.com/schoebel/mars
synced 2025-01-02 12:22:20 +00:00
mem: remove superfluous parameter
This commit is contained in:
parent
68621e26da
commit
da68981a3a
@ -727,7 +727,7 @@ int brick_mem_reserve(void)
|
||||
return status;
|
||||
}
|
||||
#else
|
||||
int brick_mem_reserve(struct mem_reservation *r)
|
||||
int brick_mem_reserve(void)
|
||||
{
|
||||
BRICK_INF("preallocation is not compiled in\n");
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user