diff options
| author | Michael Brown | 2025-04-30 16:18:34 +0200 |
|---|---|---|
| committer | Michael Brown | 2025-04-30 16:32:03 +0200 |
| commit | b6f9e4bab082c3b7a9b587ef64109069fba59baa (patch) | |
| tree | b125fc073dcd1b8ea0dc37a16f8a62b01acf86aa /src/interface/xen | |
| parent | [image] Clear recorded replacement image immediately after consuming (diff) | |
| download | ipxe-b6f9e4bab082c3b7a9b587ef64109069fba59baa.tar.gz ipxe-b6f9e4bab082c3b7a9b587ef64109069fba59baa.tar.xz ipxe-b6f9e4bab082c3b7a9b587ef64109069fba59baa.zip | |
[uaccess] Remove redundant copy_from_user() and copy_to_user()
Remove the now-redundant copy_from_user() and copy_to_user() wrapper
functions.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/interface/xen')
| -rw-r--r-- | src/interface/xen/xenbus.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface/xen/xenbus.c b/src/interface/xen/xenbus.c index 5dd01dfa3..8b5ee0a0d 100644 --- a/src/interface/xen/xenbus.c +++ b/src/interface/xen/xenbus.c @@ -24,6 +24,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #include <stdio.h> +#include <string.h> #include <errno.h> #include <ipxe/malloc.h> #include <ipxe/device.h> |
