These two patches fix two issues that I encountered/found while compiling (a slightly older) compat-drivers against 3.10-rc1: a) compat-3.10.h was missing an include in the #else branch, causing build failure. b) random32() was renamed to prandom_u32(), so older kernels were missing an appropriate alias. Jonas Gorski (2): compat: add missing include in #else for compat-3.10.h compat: handle renaming of random32() to prandom_u32() include/linux/compat-3.10.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html