Index: alsa-driver/include/adriver.h =================================================================== RCS file: /suse/tiwai/cvs/alsa/alsa-driver/include/adriver.h,v retrieving revision 1.98 diff -u -r1.98 adriver.h --- alsa-driver/include/adriver.h 14 Feb 2005 13:54:47 -0000 1.98 +++ alsa-driver/include/adriver.h 16 Feb 2005 10:35:16 -0000 @@ -712,12 +712,14 @@ #endif /* pm_message_t type */ -/* #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 11) */ +#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 11) +#include #ifndef PMSG_FREEZE typedef u32 /*__bitwise*/ pm_message_t; #define PMSG_FREEZE 3 #define PMSG_SUSPEND 3 #define PMSG_ON 0 #endif +#endif #endif /* __SOUND_LOCAL_DRIVER_H */