Re: [parisc-linux] [PATCH] add MODULE_ALIAS_LDISC toasm-parisc/termios.h

From: James Bottomley
Date: Thu Sep 04 2003 - 09:28:41 EST


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


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