Re: 2.6.14-rc3-rt1

From: Felix Oxley
Date: Sun Oct 02 2005 - 15:52:56 EST



I have a compile error in drivers/net/hamradio/mkiss.c

CC [M] drivers/net/hamradio/mkiss.o
drivers/net/hamradio/mkiss.c:625: error:
RW_LOCK_UNLOCKEDâ undeclared here (not in a function)

Due to the fact that

RW_LOCK_UNLOCKED

has not been converted to the form

RW_LOCK_UNLOCKED(name.lock)

by the RT patch.

But I don't actually need this module anyway. :-)
regards,
Felix
-
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/