Skip to content

Commit 0726fcc

Browse files
Tanzir Hasansudeep-holla
authored andcommitted
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 <[email protected]> Signed-off-by: Tanzir Hasan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sudeep Holla <[email protected]>
1 parent 437a310 commit 0726fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/firmware/arm_scmi/shmem.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <linux/processor.h>
1111
#include <linux/types.h>
1212

13-
#include <asm-generic/bug.h>
13+
#include <linux/bug.h>
1414

1515
#include "common.h"
1616

0 commit comments

Comments
 (0)