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

Collapse All | Expand All

(-)work.old/common/lib/modules/fglrx/build_mod/agp3.c (-1 lines)
Lines 61-67 Link Here
61
#include <linux/modversions.h>
61
#include <linux/modversions.h>
62
#endif
62
#endif
63
#endif
63
#endif
64
#include <linux/config.h>
65
#include <linux/module.h>
64
#include <linux/module.h>
66
#include <linux/pci.h>
65
#include <linux/pci.h>
67
#include <linux/init.h>
66
#include <linux/init.h>
(-)work.old/common/lib/modules/fglrx/build_mod/agpgart_be.c (-3 lines)
Lines 99-107 Link Here
99
#endif
99
#endif
100
#endif
100
#endif
101
101
102
#include <linux/config.h>
103
104
105
#include <linux/module.h>
102
#include <linux/module.h>
106
#include <linux/types.h>
103
#include <linux/types.h>
107
#include <linux/kernel.h>
104
#include <linux/kernel.h>
(-)work.old/common/lib/modules/fglrx/build_mod/drm.h (-1 lines)
Lines 38-44 Link Here
38
#define _DRM_H_
38
#define _DRM_H_
39
39
40
#if defined(__linux__)
40
#if defined(__linux__)
41
#include <linux/config.h>
42
#include <asm/ioctl.h>		/* For _IO* macros */
41
#include <asm/ioctl.h>		/* For _IO* macros */
43
#define DRM_IOCTL_NR(n)		_IOC_NR(n)
42
#define DRM_IOCTL_NR(n)		_IOC_NR(n)
44
#define DRM_IOC_VOID		_IOC_NONE
43
#define DRM_IOC_VOID		_IOC_NONE
(-)work.old/common/lib/modules/fglrx/build_mod/drmP.h (-1 lines)
Lines 42-48 Link Here
42
 * can build the DRM (part of PI DRI). 4/21/2000 S + B */
42
 * can build the DRM (part of PI DRI). 4/21/2000 S + B */
43
#include <asm/current.h>
43
#include <asm/current.h>
44
#endif /* __alpha__ */
44
#endif /* __alpha__ */
45
#include <linux/config.h>
46
#include <linux/module.h>
45
#include <linux/module.h>
47
#include <linux/kernel.h>
46
#include <linux/kernel.h>
48
#include <linux/miscdevice.h>
47
#include <linux/miscdevice.h>
(-)work.old/common/lib/modules/fglrx/build_mod/firegl_public.c (-1 / +5 lines)
Lines 23-28 Link Here
23
23
24
// ============================================================
24
// ============================================================
25
#include <linux/version.h>
25
#include <linux/version.h>
26
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,19)
27
/* No longer valid */
28
#define VM_SHM 0
29
#include <linux/utsrelease.h>
30
#endif
26
#ifdef MODVERSIONS
31
#ifdef MODVERSIONS
27
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,71)
32
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,71)
28
#include <linux/modversions.h>
33
#include <linux/modversions.h>
Lines 86-92 Link Here
86
#include <asm/unistd.h> /* for installing the patch wrapper */
91
#include <asm/unistd.h> /* for installing the patch wrapper */
87
#include <linux/module.h>
92
#include <linux/module.h>
88
93
89
#include <linux/config.h>
90
#include <linux/kernel.h>
94
#include <linux/kernel.h>
91
#include <linux/fs.h>
95
#include <linux/fs.h>
92
#include <linux/proc_fs.h>
96
#include <linux/proc_fs.h>

Return to bug 156790