diff mbox series

fixup! fix missing vmalloc.h includes

Message ID 20240327002152.3339937-1-kent.overstreet@linux.dev (mailing list archive)
State New
Headers show
Series fixup! fix missing vmalloc.h includes | expand

Commit Message

Kent Overstreet March 27, 2024, 12:21 a.m. UTC
The previous patch added string.h to arch/alpha/lib/memcpy.c to fix a
warning about a missing forward declaration - but this breaks with -
presumably - some fortify source shenanigans that redefine memcpy as a
macro.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
---
 arch/alpha/lib/memcpy.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/alpha/lib/memcpy.c b/arch/alpha/lib/memcpy.c
index 0e536a1a39ff..cbac3dc6d963 100644
--- a/arch/alpha/lib/memcpy.c
+++ b/arch/alpha/lib/memcpy.c
@@ -18,7 +18,6 @@ 
 
 #include <linux/types.h>
 #include <linux/export.h>
-#include <linux/string.h>
 
 /*
  * This should be done in one go with ldq_u*2/mask/stq_u. Do it