From 931c1dcec043e6baac718a94f8731cc31461d4db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Mon, 30 Jun 2014 09:40:19 +0300 Subject: stdlib: Drop duplicates of min() and max() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib2f6fad735e085d237a0d46e0586e123eef6e0e2 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/6161 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan --- src/drivers/ati/ragexl/atyfb.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/drivers/ati') diff --git a/src/drivers/ati/ragexl/atyfb.h b/src/drivers/ati/ragexl/atyfb.h index 557ead7752..94f31fe86e 100644 --- a/src/drivers/ati/ragexl/atyfb.h +++ b/src/drivers/ati/ragexl/atyfb.h @@ -6,8 +6,6 @@ #define EINVAL -1 -#define max(x,y) (x>=y)?x:y - #if CONFIG_CONSOLE_BTEXT /* * Elements of the hardware specific atyfb_par structure -- cgit v1.2.3