Re: [PATCH] fix register_sysrq() in 2.4.9++

Alan Cox (alan@lxorguk.ukuu.org.uk)
Thu, 20 Sep 2001 18:41:45 +0100 (BST)


u> +
> +static inline int register_sysrq_key(int key, struct sysrq_key_op *op_p)
> +{
> + return -1;
> +}

make it report ok as other non compiled in stuff does - then you can avoid
masses of ifdefs
-
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/