From: Tanzir Hasan Date: Tue, 26 Dec 2023 22:52:03 +0000 (+0000) Subject: firmware: arm_scmi: Replace asm-generic/bug.h with linux/bug.h X-Git-Tag: v6.8-rc2~22^2~3^2~4 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=0726fcc8d4af75441b38aaa082f820e63b3a8748;p=linux-2.6-block.git firmware: arm_scmi: Replace asm-generic/bug.h with linux/bug.h linux/bug.h includes asm-generic/bug.h already and hence replacing asm-generic/bug.h with linux/bug.h will not regress any build. Also, it is always better to avoid header file inclusion from asm-generic if possible. Suggested-by: Al Viro Signed-off-by: Tanzir Hasan Link: https://lore.kernel.org/r/20231226-shmem-v1-1-ea15ce81d8ba@google.com Signed-off-by: Sudeep Holla --- diff --git a/drivers/firmware/arm_scmi/shmem.c b/drivers/firmware/arm_scmi/shmem.c index 517d52fb3bcb..8bf495bcad09 100644 --- a/drivers/firmware/arm_scmi/shmem.c +++ b/drivers/firmware/arm_scmi/shmem.c @@ -10,7 +10,7 @@ #include #include -#include +#include #include "common.h"