aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib/code-patching.c
diff options
context:
space:
mode:
authorSangyun Kim <[email protected]>2024-04-17 03:50:43 +0000
committerDave Jiang <[email protected]>2024-04-30 17:44:45 +0000
commit0e081a0ec04df58ac9caec1916ae6d9d048d50a7 (patch)
tree5b655c3ee470155846aba44af188252314f75656 /arch/powerpc/lib/code-patching.c
parentcxl/hdm: Debug, use decoder name function (diff)
downloadkernel-0e081a0ec04df58ac9caec1916ae6d9d048d50a7.tar.gz
kernel-0e081a0ec04df58ac9caec1916ae6d9d048d50a7.zip
cxl/cxl-event: include missing <linux/types.h> and <linux/uuid.h>
The linux/cxl-event.h header file uses the u8, u16, and uuid_t types, but it doesn't include the necessary header files, <linux/types.h> and <linux/uuid.h>. Currently, cxl-event.h is only used by drivers/cxl/cxlmem.h, and it doesn't cause any errors because cxlmem.h indirectly includes the required types. However, cxl-event.h may be used by other CXL-related code in the future, so it's important to fix this issue by including the missing header files directly in cxl-event.h. Signed-off-by: Sangyun Kim <[email protected]> Reviewed-by: Ira Weiny <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dave Jiang <[email protected]>
Diffstat (limited to 'arch/powerpc/lib/code-patching.c')
0 files changed, 0 insertions, 0 deletions