diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-11-19 15:02:21 -0800 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-11-20 20:43:44 +0100 |
commit | d89736072fbf8802a613f37b7e7da366fdc49de8 (patch) | |
tree | 33803963ba5e2dd98dd0a665342c31fb79e7008f /src/device | |
parent | 92a97f459f4bfd784b9accfe042ef8df71e13313 (diff) |
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')
-rw-r--r-- | src/device/oprom/x86emu/x86emui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/oprom/x86emu/x86emui.h b/src/device/oprom/x86emu/x86emui.h index 37339d5ffa..fb6f8ca4da 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 |