summaryrefslogtreecommitdiffstats
path: root/sys/dev/buslogic
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2003-02-02 13:17:30 +0000
committeralfred <alfred@FreeBSD.org>2003-02-02 13:17:30 +0000
commitb5c0015ac9dfb47f49151ad199edb7f9f9665493 (patch)
tree373b34ef1d7f8eabfea9cac896b9dfe2b58a9879 /sys/dev/buslogic
parent81ccce55b8025295556c35e83be8657c6f4659ab (diff)
downloadFreeBSD-src-b5c0015ac9dfb47f49151ad199edb7f9f9665493.zip
FreeBSD-src-b5c0015ac9dfb47f49151ad199edb7f9f9665493.tar.gz
Consolidate MIN/MAX macros into one place (param.h).
Submitted by: Hiten Pandya <hiten@unixdaemons.com>
Diffstat (limited to 'sys/dev/buslogic')
-rw-r--r--sys/dev/buslogic/bt.c4
1 files changed, 0 insertions, 4 deletions
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 <dev/buslogic/btreg.h>
-#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);
OpenPOWER on IntegriCloud