summaryrefslogtreecommitdiffstats
path: root/src/device/oprom/x86emu
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2015-11-19 15:02:21 -0800
committerStefan Reinauer <stefan.reinauer@coreboot.org>2015-11-20 20:43:44 +0100
commitd89736072fbf8802a613f37b7e7da366fdc49de8 (patch)
tree33803963ba5e2dd98dd0a665342c31fb79e7008f /src/device/oprom/x86emu
parent92a97f459f4bfd784b9accfe042ef8df71e13313 (diff)
downloadcoreboot-d89736072fbf8802a613f37b7e7da366fdc49de8.tar.gz
coreboot-d89736072fbf8802a613f37b7e7da366fdc49de8.tar.bz2
coreboot-d89736072fbf8802a613f37b7e7da366fdc49de8.zip
x86emu: Undefine _NO_INLINE
Never defined by the server. Change-Id: If22727cf3953c2931d107146fb99b5997f8a13d5 Original-Reviewed-by: Eric Anholt <eric@anholt.net> Original-Signed-off-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: http://review.coreboot.org/12493 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/device/oprom/x86emu')
-rw-r--r--src/device/oprom/x86emu/x86emui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/oprom/x86emu/x86emui.h b/src/device/oprom/x86emu/x86emui.h
index 37339d5ffa3b..fb6f8ca4da8e 100644
--- a/src/device/oprom/x86emu/x86emui.h
+++ b/src/device/oprom/x86emu/x86emui.h
@@ -48,7 +48,7 @@
* dramatically in this case).
*/
-#if defined(__cplusplus) && !defined(_NO_INLINE)
+#if defined(__cplusplus)
#define _INLINE inline
#else
#define _INLINE static