* [PATCH] firmware: arm_scmi: removed asm-generic
@ 2023-12-26 22:52 Tanzir Hasan
2024-01-22 14:40 ` Sudeep Holla
0 siblings, 1 reply; 2+ messages in thread
From: Tanzir Hasan @ 2023-12-26 22:52 UTC (permalink / raw)
To: Sudeep Holla, Cristian Marussi
Cc: linux-arm-kernel, linux-kernel, Nick Desaulniers, Al Viro,
Tanzir Hasan
asm-generic/bug.h can be replaced by linux/bug.h and the file will still
build correctly. It is an asm-generic file which should be avoided if
possible.
Suggested-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Tanzir Hasan <tanzirh@google.com>
---
drivers/firmware/arm_scmi/shmem.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/firmware/arm_scmi/shmem.c b/drivers/firmware/arm_scmi/shmem.c
index 87b4f4d35f06..524509f4468e 100644
--- a/drivers/firmware/arm_scmi/shmem.c
+++ b/drivers/firmware/arm_scmi/shmem.c
@@ -10,7 +10,7 @@
#include <linux/processor.h>
#include <linux/types.h>
-#include <asm-generic/bug.h>
+#include <linux/bug.h>
#include "common.h"
---
base-commit: fbafc3e621c3f4ded43720fdb1d6ce1728ec664e
change-id: 20231226-shmem-1a44aa308e18
Best regards,
--
Tanzir Hasan <tanzirh@google.com>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] firmware: arm_scmi: removed asm-generic
2023-12-26 22:52 [PATCH] firmware: arm_scmi: removed asm-generic Tanzir Hasan
@ 2024-01-22 14:40 ` Sudeep Holla
0 siblings, 0 replies; 2+ messages in thread
From: Sudeep Holla @ 2024-01-22 14:40 UTC (permalink / raw)
To: Cristian Marussi, Tanzir Hasan
Cc: Sudeep Holla, linux-arm-kernel, linux-kernel, Nick Desaulniers,
Al Viro
On Tue, 26 Dec 2023 22:52:03 +0000, Tanzir Hasan wrote:
> asm-generic/bug.h can be replaced by linux/bug.h and the file will still
> build correctly. It is an asm-generic file which should be avoided if
> possible.
>
Applied to sudeep.holla/linux (for-next/scmi/fixes), thanks!
[1/1] firmware: arm_scmi: removed asm-generic
https://git.kernel.org/sudeep.holla/c/0726fcc8d4af
--
Regards,
Sudeep
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-01-22 14:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-26 22:52 [PATCH] firmware: arm_scmi: removed asm-generic Tanzir Hasan
2024-01-22 14:40 ` Sudeep Holla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox