aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ahb
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2003-02-02 13:17:30 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2003-02-02 13:17:30 +0000
commit8deebb0160cdbf0eaa9a471dcb2e78eeb4b5b007 (patch)
tree373b34ef1d7f8eabfea9cac896b9dfe2b58a9879 /sys/dev/ahb
parentafb79ecedd5876e3f77d165853cba270ba7e30fe (diff)
Notes
Diffstat (limited to 'sys/dev/ahb')
-rw-r--r--sys/dev/ahb/ahb.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/ahb/ahb.c b/sys/dev/ahb/ahb.c
index 740d626036c1..ec5d1381fc65 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)