the following patch was just integrated into master: commit 8cc5dc1dd2d7373ebbbb5eccafda144a8d59fdfe Author: Edward O'Callaghan eocallaghan@alterapraxis.com Date: Wed Jan 7 15:50:43 2015 +1100
soc/intel/broadwell/me.c: Prevent unused function warning
Put function under same guard as its call site so that the compiler does not emit a warn about unused functions upon a false branch of the guard.
Change-Id: I899d539ec5fbb87e7469415cc8d15837ba8e63f3 Signed-off-by: Edward O'Callaghan eocallaghan@alterapraxis.com Reviewed-on: http://review.coreboot.org/8156 Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net Reviewed-by: Marc Jones marc.jones@se-eng.com Tested-by: build bot (Jenkins)
See http://review.coreboot.org/8156 for details.
-gerrit