Re: [PATCH] n_hdlc.c 2.5.68

Christoph Hellwig (hch@infradead.org)
Mon, 21 Apr 2003 19:18:06 +0100


On Mon, Apr 21, 2003 at 01:12:22PM -0500, Paul Fulghum wrote:
> Patch to remove MODULE_USE_COUNT macros
> and make some functions static.

You also need to set the module owner. Once you're at it also
please try to initialize as much as possible of n_hdlc_ldisc
at compile, like:

struct tty_ldisc n_hdlc_ldisc {
.foo = bar,
....
};

-
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/