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/buslogic/bt.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys/dev/buslogic/bt.c') diff --git a/sys/dev/buslogic/bt.c b/sys/dev/buslogic/bt.c index 7bb3010..b7bc725 100644 --- a/sys/dev/buslogic/bt.c +++ b/sys/dev/buslogic/bt.c @@ -72,10 +72,6 @@ #include -#ifndef MAX -#define MAX(a, b) ((a) > (b) ? (a) : (b)) -#endif - /* MailBox Management functions */ static __inline void btnextinbox(struct bt_softc *bt); static __inline void btnextoutbox(struct bt_softc *bt); -- cgit v1.1