Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 25731 | Differences between
and this patch

Collapse All | Expand All

(-)alsa-driver-0.9.6-old/include/adriver.h (-1 / +1 lines)
Lines 121-127 Link Here
121
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 3) && !defined(need_resched)
121
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 3) && !defined(need_resched)
122
#define need_resched() (current->need_resched)
122
#define need_resched() (current->need_resched)
123
#endif
123
#endif
124
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 4)
124
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 4) && !defined(WE_ARE_WOLKS)
125
#include <linux/fs.h>
125
#include <linux/fs.h>
126
static inline struct proc_dir_entry *PDE(const struct inode *inode)
126
static inline struct proc_dir_entry *PDE(const struct inode *inode)
127
{
127
{

Return to bug 25731