UTS_RELEASE fix for 2.6.18+ kernels.
parent
b338f8df8a
commit
9fc9138a2e
3
CHANGES
3
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+
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
#include <linux/version.h>
|
||||
|
||||
#ifndef UTS_RELEASE
|
||||
#include <linux/utsrelease.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
main()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue