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

Collapse All | Expand All

(-)common/lib/modules/fglrx/build_mod/kcl_ioctl.c.orig (-1 / +2 lines)
Lines 35-40 Link Here
35
35
36
#ifdef __x86_64__
36
#ifdef __x86_64__
37
#   include "asm/compat.h"
37
#   include "asm/compat.h"
38
#   include "linux/compat.h"
38
#   if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,22)
39
#   if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,22)
39
#       if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,12)
40
#       if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,12)
40
#           include "linux/ioctl32.h"
41
#           include "linux/ioctl32.h"
Lines 193-199 Link Here
193
 */
194
 */
194
void* ATI_API_CALL KCL_IOCTL_AllocUserSpace32(long size)
195
void* ATI_API_CALL KCL_IOCTL_AllocUserSpace32(long size)
195
{
196
{
196
    return compat_alloc_user_space(size);
197
    return arch_compat_alloc_user_space(size);
197
}
198
}
198
199
199
#endif // __x86_64__
200
#endif // __x86_64__

Return to bug 336467