um: Fix the declaration of vfree
authorTiwei Bie <tiwei.btw@antgroup.com>
Wed, 6 Mar 2024 10:19:18 +0000 (18:19 +0800)
committerRichard Weinberger <richard@nod.at>
Mon, 22 Apr 2024 19:44:00 +0000 (21:44 +0200)
commit0c2b208c8b790b52587df6c66bfb6d9e0d6c4cd9
treeb62301030293754367dc45f82dd19abb2c0cd297
parent53471c574974a3df4a5705b1db431d69058cc6d9
um: Fix the declaration of vfree

The definition of vfree has changed since commit b3bdda02aa54
("vmalloc: add const to void* parameters"). Update the declaration
of vfree in um_malloc.h to match the latest definition.

Signed-off-by: Tiwei Bie <tiwei.btw@antgroup.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/um/include/shared/um_malloc.h