* [Kernel-janitors] [PATCH] drivers/telephony/ixj.h MIN/MAX removal
@ 2004-02-07 15:35 Michael Veeck
0 siblings, 0 replies; only message in thread
From: Michael Veeck @ 2004-02-07 15:35 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 148 bytes --]
Hi!
Patch (against 2.6.3-rc1) removes unnecessary min/max macros and changes
calls to use kernel.h macros instead.
Feedback always welcome
Michael
[-- Attachment #2: minmax_drivers_telephony.patch --]
[-- Type: text/plain, Size: 494 bytes --]
--- linux-2.6.2.org/drivers/telephony/ixj.h 2004-02-04 04:45:04.000000000 +0100
+++ linux-2.6.2.new/drivers/telephony/ixj.h 2004-02-06 14:39:13.000000000 +0100
@@ -60,13 +60,6 @@
#define TRUE 1
#define FALSE 0
-#ifndef min
-#define min(a,b) (((a)<(b))?(a):(b))
-#endif
-#ifndef max
-#define max(a,b) (((a)>(b))?(a):(b))
-#endif
-
/******************************************************************************
*
* This structure when unioned with the structures below makes simple byte
[-- Attachment #3: Type: text/plain, Size: 163 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-02-07 15:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-07 15:35 [Kernel-janitors] [PATCH] drivers/telephony/ixj.h MIN/MAX removal Michael Veeck
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.