Messages in this thread |  | | Subject | Re: [PATCH] fix register_sysrq() in 2.4.9++ | Date | Thu, 20 Sep 2001 18:41:45 +0100 (BST) | From | Alan Cox <> |
| |
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/
|  |