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

Collapse All | Expand All

(-)a/common/lib/modules/fglrx/build_mod/drm_os_linux.h (+2 lines)
Lines 42-51 Link Here
42
#define DRM_IRQ_ARGS		int irq, void *arg, struct pt_regs *regs
42
#define DRM_IRQ_ARGS		int irq, void *arg, struct pt_regs *regs
43
/** backwards compatibility with old irq return values */
43
/** backwards compatibility with old irq return values */
44
#ifndef IRQ_HANDLED
44
#ifndef IRQ_HANDLED
45
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30)
45
typedef void irqreturn_t;
46
typedef void irqreturn_t;
46
#define IRQ_HANDLED   /* nothing */
47
#define IRQ_HANDLED   /* nothing */
47
#define IRQ_NONE      /* nothing */
48
#define IRQ_NONE      /* nothing */
48
#endif
49
#endif
50
#endif
49
51
50
/** AGP types */
52
/** AGP types */
51
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,70)
53
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,70)

Return to bug 266819