UTS_RELEASE fix for 2.6.18+ kernels.

origin
pizza 2006-08-21 14:49:06 +00:00
parent b338f8df8a
commit 9fc9138a2e
2 changed files with 7 additions and 1 deletions

View File

@ -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+

View File

@ -1,4 +1,9 @@
#include <linux/version.h>
#ifndef UTS_RELEASE
#include <linux/utsrelease.h>
#endif
#include <stdio.h>
main()
{