diff options
Diffstat (limited to 'drivers/isdn/hardware/eicon/platform.h')
-rw-r--r-- | drivers/isdn/hardware/eicon/platform.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/isdn/hardware/eicon/platform.h b/drivers/isdn/hardware/eicon/platform.h index a66836cf756c..2444811e0b38 100644 --- a/drivers/isdn/hardware/eicon/platform.h +++ b/drivers/isdn/hardware/eicon/platform.h | |||
@@ -83,14 +83,6 @@ | |||
83 | #define NULL ((void *) 0) | 83 | #define NULL ((void *) 0) |
84 | #endif | 84 | #endif |
85 | 85 | ||
86 | #ifndef MIN | ||
87 | #define MIN(a,b) ((a)>(b) ? (b) : (a)) | ||
88 | #endif | ||
89 | |||
90 | #ifndef MAX | ||
91 | #define MAX(a,b) ((a)>(b) ? (a) : (b)) | ||
92 | #endif | ||
93 | |||
94 | #ifndef far | 86 | #ifndef far |
95 | #define far | 87 | #define far |
96 | #endif | 88 | #endif |