Re: [PATCH] Allow arch to veto PC speaker beeper initialization

From: Paul Mackerras
Date: Mon Nov 14 2005 - 23:00:48 EST


Andrew Morton writes:

> We can avoid all the ifdef nasties by adding
>
> static int pcspkr_arch_init(void) __attribute__((weak))
> {
> return 0;
> }
>
> in pcspkr.c.
>
> It'll bloat the kernel by a few bytes.

I like it. We'll do a new patch, if you haven't made the change
already yourself.

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