firmware: arm_scmi: Replace asm-generic/bug.h with linux/bug.h
authorTanzir Hasan <tanzirh@google.com>
Tue, 26 Dec 2023 22:52:03 +0000 (22:52 +0000)
committerSudeep Holla <sudeep.holla@arm.com>
Mon, 22 Jan 2024 10:01:16 +0000 (10:01 +0000)
commit0726fcc8d4af75441b38aaa082f820e63b3a8748
treed6d0c0141d84e8072ab5e05c67dd2971b5228018
parent437a310b22244d4e0b78665c3042e5d1c0f45306
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 <viro@zeniv.linux.org.uk>
Signed-off-by: Tanzir Hasan <tanzirh@google.com>
Link: https://lore.kernel.org/r/20231226-shmem-v1-1-ea15ce81d8ba@google.com
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
drivers/firmware/arm_scmi/shmem.c