coreboot/src
Aaron Durbin a7141c518a lib/memrange: avoid shadow object declarations
Fix an error where a variable named 'free' was shadowing the
function 'free'.

src/lib/memrange.c:293:73: error: declaration of 'free' shadows a global
declaration [-Werror=shadow]

Change-Id: Ie57194b392f8f00ed4fd5c76dab27299b00ae293
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/13788
Tested-by: build bot (Jenkins)
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
2016-02-26 02:14:56 +01:00
..
acpi acpi/: add missing license header 2016-01-14 22:52:11 +01:00
arch x86/Makefile.inc: Fix redundant addition of memlayout.ld in bootblock 2016-02-25 07:16:10 +01:00
commonlib cbfs: Fix compiler error for gcc versions < 4.6 2016-02-25 06:17:52 +01:00
console console: Add higher baud rates 2016-02-22 02:39:07 +01:00
cpu cpu/qemu-power8: don't enable it for qemu-x86 2016-02-19 20:03:52 +01:00
device nb/intel/sandybridge/raminit: Add XMP support 2016-02-20 05:11:37 +01:00
drivers acpi/tpm: Gracefully handle missing TPM module. 2016-02-18 01:48:10 +01:00
ec ASL: Remove unused modulo recipient. 2016-02-09 22:56:00 +01:00
include cbfs: Add LZ4 in-place decompression support for pre-RAM stages 2016-02-22 21:38:37 +01:00
lib lib/memrange: avoid shadow object declarations 2016-02-26 02:14:56 +01:00
mainboard mc_tcu3: Enable graphic init code 2016-02-25 15:16:54 +01:00
northbridge nb/intel/sandybridge/raminit: Add XMP support 2016-02-20 05:11:37 +01:00
soc fsp_baytrail: Fix a possible hanging DisplayPort 2016-02-25 15:16:44 +01:00
southbridge southbridge/intel/ibexpeak: Use common gpio.c 2016-02-23 00:28:26 +01:00
superio superio/nuvoton/nct5572d: Add PS/2 presence detect 2016-02-09 20:34:15 +01:00
vendorcode cbfs: Add LZ4 in-place decompression support for pre-RAM stages 2016-02-22 21:38:37 +01:00
Kconfig cbfs: Add LZ4 in-place decompression support for pre-RAM stages 2016-02-22 21:38:37 +01:00