4c0d37
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
4c0d37
From: Nigel Croxon <ncroxon@redhat.com>
4c0d37
Date: Mon, 28 Oct 2019 07:45:38 -0400
4c0d37
Subject: [PATCH] Revert "efilink: fix build with gcc 4.8"
4c0d37
4c0d37
Breaks gcc builds with '-nostdinc' flag.
4c0d37
4c0d37
The fix in 1a53d8f88a452847b25f9689f9a08dbcf82c86e4
4c0d37
(Fix for problem with undeclared intptr_t type), which is also merged
4c0d37
fixes the same problem, without causing breakage.
4c0d37
4c0d37
This reverts commit 6335e5c697c57d8b5854b8202de3733bcb151ca6.
4c0d37
---
4c0d37
 inc/efilink.h | 4 ----
4c0d37
 1 file changed, 4 deletions(-)
4c0d37
4c0d37
diff --git a/inc/efilink.h b/inc/efilink.h
4c0d37
index b69a6fd5cf5..cc5aa2dc57b 100644
4c0d37
--- a/inc/efilink.h
4c0d37
+++ b/inc/efilink.h
4c0d37
@@ -1,10 +1,6 @@
4c0d37
 #ifndef _EFI_LINK_H
4c0d37
 #define _EFI_LINK_H
4c0d37
 
4c0d37
-#if defined(__GNUC__)
4c0d37
-#include <stdint.h>
4c0d37
-#endif
4c0d37
-
4c0d37
 /*++
4c0d37
 
4c0d37
 Copyright (c) 1998  Intel Corporation