summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/mm/page_allocator.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/mm/page_allocator.c')
-rw-r--r--drivers/gpu/nvgpu/common/mm/page_allocator.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/mm/page_allocator.c b/drivers/gpu/nvgpu/common/mm/page_allocator.c
index 2b5a595d..d5ce5d8e 100644
--- a/drivers/gpu/nvgpu/common/mm/page_allocator.c
+++ b/drivers/gpu/nvgpu/common/mm/page_allocator.c
@@ -38,6 +38,9 @@
38 */ 38 */
39#ifdef PAGE_SIZE 39#ifdef PAGE_SIZE
40#undef PAGE_SIZE 40#undef PAGE_SIZE
41#endif
42
43#ifdef PAGE_ALIGN
41#undef PAGE_ALIGN 44#undef PAGE_ALIGN
42#endif 45#endif
43 46