From b5c0015ac9dfb47f49151ad199edb7f9f9665493 Mon Sep 17 00:00:00 2001 From: alfred Date: Sun, 2 Feb 2003 13:17:30 +0000 Subject: Consolidate MIN/MAX macros into one place (param.h). Submitted by: Hiten Pandya --- sys/dev/ahb/ahb.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/dev/ahb') diff --git a/sys/dev/ahb/ahb.c b/sys/dev/ahb/ahb.c index 740d626..ec5d138 100644 --- a/sys/dev/ahb/ahb.c +++ b/sys/dev/ahb/ahb.c @@ -55,8 +55,6 @@ #define ccb_ecb_ptr spriv_ptr0 #define ccb_ahb_ptr spriv_ptr1 -#define MIN(a, b) ((a) < (b) ? (a) : (b)) - #define ahb_inb(ahb, port) \ bus_space_read_1((ahb)->tag, (ahb)->bsh, port) -- cgit v1.1