mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-14 11:49:03 +08:00
11 lines
386 B
Diff
11 lines
386 B
Diff
--- 10.9/common/lib/modules/fglrx/build_mod/kcl_ioctl.c 2010-09-01 10:05:31.000000000 -0400
|
|
+++ 10.9/common/lib/modules/fglrx/build_mod/kcl_ioctl.c 2010-09-16 23:11:12.066336002 -0400
|
|
@@ -193,7 +193,7 @@
|
|
*/
|
|
void* ATI_API_CALL KCL_IOCTL_AllocUserSpace32(long size)
|
|
{
|
|
- return compat_alloc_user_space(size);
|
|
+ return arch_compat_alloc_user_space(size);
|
|
}
|
|
|
|
#endif // __x86_64__
|