From 9fc9138a2e014278f4416e16467ada52fcd4a63e Mon Sep 17 00:00:00 2001 From: pizza Date: Mon, 21 Aug 2006 14:49:06 +0000 Subject: [PATCH] UTS_RELEASE fix for 2.6.18+ kernels. --- CHANGES | 3 ++- scripts/get_version.c | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 5e05a98..d73924d 100644 --- a/CHANGES +++ b/CHANGES @@ -41,8 +41,9 @@ * Intersil Corporation as part of PRISM(R) chipset product development. * * -------------------------------------------------------------------- + - Fix UTS_RELEASE detection on 2.6.18-rc kernels. - Fix an interrupt-related race that could lead to a crash on shutdown. - - Teeaks to the prism2_usb code to improve suspendability on 2.6.15+ + - Tweaks to the prism2_usb code to improve suspendability on 2.6.15+ - Silence many warnings under GCC 4.1 - prism2_cs support for 2.6.16+ (untested) - Makefile fixes for 2.6.17+ diff --git a/scripts/get_version.c b/scripts/get_version.c index 7b827a6..cde9707 100644 --- a/scripts/get_version.c +++ b/scripts/get_version.c @@ -1,4 +1,9 @@ #include + +#ifndef UTS_RELEASE +#include +#endif + #include main() {