On 2025/2/10 17:43, Jacek Lawrynowicz wrote:
Hi,
please move the header to the include block above an keep it sorted:
#include
-->#include <--
#include
Ok, I will send a v2 patch for this.
Su Hui
On 2/8/2025 9:05 AM, Su Hui wrote:
When compiling without CONFIG_IA32_EMULATION, there are
On 2/8/25 00:05, Su Hui wrote:
When compiling without CONFIG_IA32_EMULATION, there are some errors:
drivers/accel/amdxdna/amdxdna_mailbox.c: In function ‘mailbox_release_msg’:
drivers/accel/amdxdna/amdxdna_mailbox.c:197:2: error: implicit declaration
of function ‘kfree’.
197 | kfree(mb_msg
Hi,
please move the header to the include block above an keep it sorted:
#include
-->#include <--
#include
On 2/8/2025 9:05 AM, Su Hui wrote:
> When compiling without CONFIG_IA32_EMULATION, there are some errors:
>
> drivers/accel/amdxdna/amdxdna_mailbox.c: In function ‘mailbox_release_msg’:
When compiling without CONFIG_IA32_EMULATION, there are some errors:
drivers/accel/amdxdna/amdxdna_mailbox.c: In function ‘mailbox_release_msg’:
drivers/accel/amdxdna/amdxdna_mailbox.c:197:2: error: implicit declaration
of function ‘kfree’.
197 | kfree(mb_msg);
| ^
drivers/accel/amdx