summaryrefslogtreecommitdiffstats
path: root/src/interface/linux
diff options
context:
space:
mode:
authorMichael Brown2015-03-05 03:43:37 +0100
committerMichael Brown2015-03-05 03:43:37 +0100
commitbfbb2b8f1cbcb169b38c3c2d8ff89874facaa920 (patch)
tree2f42faa355e4256df6ea0c861faadd3051ba1de1 /src/interface/linux
parent[i386] Move real_to_user() to realmode.h (diff)
downloadipxe-bfbb2b8f1cbcb169b38c3c2d8ff89874facaa920.tar.gz
ipxe-bfbb2b8f1cbcb169b38c3c2d8ff89874facaa920.tar.xz
ipxe-bfbb2b8f1cbcb169b38c3c2d8ff89874facaa920.zip
[linux] Rewrite headers included in all builds
Rewrite (and relicense) the header files which are included in all builds of iPXE (including non-Linux builds). Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/interface/linux')
-rw-r--r--src/interface/linux/linux_uaccess.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interface/linux/linux_uaccess.c b/src/interface/linux/linux_uaccess.c
index 5ab0b6b6..ea2d8057 100644
--- a/src/interface/linux/linux_uaccess.c
+++ b/src/interface/linux/linux_uaccess.c
@@ -27,7 +27,6 @@ FILE_LICENCE(GPL2_OR_LATER);
*
*/
-PROVIDE_UACCESS_INLINE(linux, phys_to_user);
PROVIDE_UACCESS_INLINE(linux, user_to_phys);
PROVIDE_UACCESS_INLINE(linux, virt_to_user);
PROVIDE_UACCESS_INLINE(linux, user_to_virt);