On Wed, May 15, 2013 at 12:43 AM, Johannes Berg <johannes@xxxxxxxxxxxxxxxx> wrote: >> * remove_proc_subtree() This can't be backported modularly so I'm going to revert the patches that add this and encourage debugfs to be used in the future. >> * proc_set_size() I just backported this. >> * ttm_bo_reference() >> * ttm_bo_unref() >> * ttm_kmap_obj_virtual() These seem to be issues with header include order for ttm_bo_driver.h and I cannot figure out why or how, for the failing case I suspect the kernel's header file is being used instead of our copy. DRM drivers use two include forms for including ttm_bo_driver.h: #include <ttm/ttm_bo_driver.h> #include <drm/ttm/ttm_bo_driver.h> drivers/gpu/drm/ttm/ttm_bo_vm.c compiled fine which used the first form while nouveau fails and uses the later. Luis -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html