From c5e036a04368186fe73925c6fb101c594513391c Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 9 May 2013 14:33:14 -0700 Subject: Get rid of a number of __GNUC__ checks In the process of streamlining coreboot code and getting rid of unneeded ifdefs, drop a number of unneeded checks for the GNU C compiler. This also cleans up x86emu/types.h significantly by dropping all the duplicate types in there. Change-Id: I0bf289e149ed02e5170751c101adc335b849a410 Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/3226 Reviewed-by: Ronald G. Minnich Tested-by: build bot (Jenkins) --- src/northbridge/intel/i3100/i3100.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/northbridge/intel') diff --git a/src/northbridge/intel/i3100/i3100.h b/src/northbridge/intel/i3100/i3100.h index 73057148be..2d036bd02d 100644 --- a/src/northbridge/intel/i3100/i3100.h +++ b/src/northbridge/intel/i3100/i3100.h @@ -67,8 +67,6 @@ #define RCBA 0xF0 #define DEFAULT_RCBA 0xFEA00000 -#ifdef __GNUC__ int bios_reset_detected(void); -#endif #endif -- cgit v1.2.3