mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-02-01 21:13:38 +01:00
11 lines
251 B
Diff
11 lines
251 B
Diff
--- ./include/drm/ttm/ttm_memory.h
|
|
+++ ./include/drm/ttm/ttm_memory.h
|
|
@@ -48,7 +48,7 @@
|
|
|
|
struct ttm_mem_shrink {
|
|
int (*do_shrink) (struct ttm_mem_shrink *);
|
|
-};
|
|
+} __no_const;
|
|
|
|
/**
|
|
* struct ttm_mem_global - Global memory accounting structure.
|