aboutsummaryrefslogtreecommitdiffstats
path: root/src/interface/linux
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2015-03-05 02:43:37 +0000
committerMichael Brown <mcb30@ipxe.org>2015-03-05 02:43:37 +0000
commitbfbb2b8f1cbcb169b38c3c2d8ff89874facaa920 (patch)
tree2f42faa355e4256df6ea0c861faadd3051ba1de1 /src/interface/linux
parent81166302a082210346e8006b37167bbaf89b3e85 (diff)
downloadipxe-bfbb2b8f1cbcb169b38c3c2d8ff89874facaa920.tar.gz
[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 5ab0b6b65..ea2d8057c 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);