diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2003-02-02 13:17:30 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2003-02-02 13:17:30 +0000 |
| commit | 8deebb0160cdbf0eaa9a471dcb2e78eeb4b5b007 (patch) | |
| tree | 373b34ef1d7f8eabfea9cac896b9dfe2b58a9879 /sys/dev/aha | |
| parent | afb79ecedd5876e3f77d165853cba270ba7e30fe (diff) | |
Notes
Diffstat (limited to 'sys/dev/aha')
| -rw-r--r-- | sys/dev/aha/aha.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/aha/aha.c b/sys/dev/aha/aha.c index b4dc58b7ab41..4ba7cea2b183 100644 --- a/sys/dev/aha/aha.c +++ b/sys/dev/aha/aha.c @@ -84,10 +84,6 @@ */ #define PROBABLY_NEW_BOARD(REV) (REV > 0x43 && REV < 0x56) -#ifndef MAX -#define MAX(a, b) ((a) > (b) ? (a) : (b)) -#endif - /* MailBox Management functions */ static __inline void ahanextinbox(struct aha_softc *aha); static __inline void ahanextoutbox(struct aha_softc *aha); |
