Changeset 80270 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Aug 14, 2019 1:31:41 PM (5 years ago)
- Location:
- trunk/src/VBox/Additions/linux/drm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/Makefile.module.kms
r80269 r80270 48 48 vbox_hgsmi.o 49 49 VBOXMOD_INCL = \ 50 $(VBOXDRM_DIR) 50 $(VBOXDRM_DIR) \ 51 include/drm 52 ## @todo r=bird: -Iinclude/drm is ambigious. 51 53 52 54 include $(obj)/Makefile-footer.gmk -
trunk/src/VBox/Additions/linux/drm/vbox_ttm.c
r80269 r80270 34 34 */ 35 35 #include "vbox_drv.h" 36 #include < drm/ttm/ttm_page_alloc.h>36 #include <ttm/ttm_page_alloc.h> 37 37 38 38 #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 18, 0) && !defined(RHEL_72)
Note:
See TracChangeset
for help on using the changeset viewer.