[parisc-linux] [PATCH] add MODULE_ALIAS_LDISC to asm-parisc/termios.h

James Bottomley James.Bottomley@steeleye.com
04 Sep 2003 10:24:41 -0400


On Thu, 2003-09-04 at 09:53, Arnaldo Carvalho de Melo wrote:
> +#define MODULE_ALIAS_LDISC(ldisc) \
> +        MODULE_ALIAS("tty-ldisc-" __stringify(ldisc))

These are the strings used to identify the required line discipline
module to kmod, aren't they?

Since modprobe.conf seems to be generated without much regard for
architectures, is there any reason why this definition should differ
amongst architectures?  I think the answer's "no", so I think this fix
should be in linux/termios.h (or somewhere architecture independent).

James