Re: [PATCH] accel/amdxdna: Add include interrupt.h to amdxdna_mailbox.c

2024-12-13 Thread Jeffrey Hugo
On 12/13/2024 9:38 AM, Lizhi Hou wrote: From: Mike Lothian For amdxdna_mailbox.c, linux/interrupt.h is indirectly included by trace/events/amdxdna.h. So if TRACING is disabled, driver compiling will fail. Fixes: b87f920b9344 ("accel/amdxdna: Support hardware mailbox") Reported-by: Mike Lothian

Re: [PATCH] accel/amdxdna: Add include interrupt.h to amdxdna_mailbox.c

2024-12-13 Thread Jeffrey Hugo
On 12/13/2024 9:38 AM, Lizhi Hou wrote: From: Mike Lothian For amdxdna_mailbox.c, linux/interrupt.h is indirectly included by trace/events/amdxdna.h. So if TRACING is disabled, driver compiling will fail. Fixes: b87f920b9344 ("accel/amdxdna: Support hardware mailbox") Reported-by: Mike Lothian

[PATCH] accel/amdxdna: Add include interrupt.h to amdxdna_mailbox.c

2024-12-13 Thread Lizhi Hou
From: Mike Lothian For amdxdna_mailbox.c, linux/interrupt.h is indirectly included by trace/events/amdxdna.h. So if TRACING is disabled, driver compiling will fail. Fixes: b87f920b9344 ("accel/amdxdna: Support hardware mailbox") Reported-by: Mike Lothian Closes: https://lore.kernel.org/dri-dev