From: Michael Brown Date: Wed, 16 Mar 2016 16:53:16 +0000 (+0000) Subject: [build] Remove long-obsolete header file X-Git-Tag: v1.20.1~522 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36fbc3f4bda1df07898b5664978172e8a2e5f3c0;p=thirdparty%2Fipxe.git [build] Remove long-obsolete header file Signed-off-by: Michael Brown --- diff --git a/src/include/ipxe/linux_compat.h b/src/include/ipxe/linux_compat.h deleted file mode 100644 index 4704c4817..000000000 --- a/src/include/ipxe/linux_compat.h +++ /dev/null @@ -1,27 +0,0 @@ -#ifndef _IPXE_LINUX_COMPAT_H -#define _IPXE_LINUX_COMPAT_H - -/** @file - * - * Linux code compatibility - * - * This file exists to ease the building of Linux source code within - * iPXE. This is intended to facilitate quick testing; it is not - * intended to be a substitute for proper porting. - */ - -FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); - -#include -#include -#include -#include -#include - -#define __init -#define __exit -#define __initdata -#define __exitdata -#define printk printf - -#endif /* _IPXE_LINUX_COMPAT_H */