Re: about include/linux/macros.h ...

GOTO Masanori (gotom@debian.or.jp)
Fri, 06 Jul 2001 18:39:42 +0900


At Thu, 5 Jul 2001 16:00:33 -0700,
Greg KH <greg@kroah.com> wrote:
> >
> > Ok, let's continue like this :
>
> I know, look at the ones that I am personally responsible for:
>
> ./drivers/usb/serial/usbserial.c:#define MAX(a,b) (((a)>(b))?(a):(b))
> ./drivers/usb/serial/io_edgeport.h: #define MAX(a,b) (((a)>(b))?(a):(b))
>
> I'm not disagreeing about the current mess, just trying to explain why
> this mess is there.

Me too. Merging them into one header is good idea, IMHO.

-- gotom

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/