treewide: Add missing string.h includes
Add string.h to files that use string functions like strdup, strcmp, strcpy, etc. These are implicitly available through the malloc.h header but that will soon change. For bouncebuf, take this opportunity to sort the headers correctly. Co-developed-by: Claude <noreply@anthropic.com> Signed-off-by: Simon Glass <simon.glass@canonical.com>
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
* Based on desc_constr.h file in linux drivers/crypto/caam
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <linux/compat.h>
|
||||
#include "desc.h"
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
|
||||
#include <log.h>
|
||||
#include <malloc.h>
|
||||
#include <string.h>
|
||||
#include <vsprintf.h>
|
||||
#include "desc.h"
|
||||
#include "jr.h"
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
#include <malloc.h>
|
||||
#include <memalign.h>
|
||||
#include <fsl_sec.h>
|
||||
#include <string.h>
|
||||
#include <asm/cache.h>
|
||||
#include <linux/errno.h>
|
||||
#include "jobdesc.h"
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
#include <log.h>
|
||||
#include <malloc.h>
|
||||
#include <memalign.h>
|
||||
#include <string.h>
|
||||
#include "jobdesc.h"
|
||||
#include "desc.h"
|
||||
#include "jr.h"
|
||||
|
||||
Reference in New Issue
Block a user