On 12/20/19 4:31 PM, Larry Finger wrote:
On 12/20/19 4:04 PM, Frank Batschulat wrote:
Larry, pls. see:
Ticket #19145 (accepted defect)
linux: kernel 5.5-rc1/rc2 - we need changes
https://www.virtualbox.org/ticket/19145
I do not build vboxvideo as all the kernels I support have a built-in version.
I have not tested this, but in commit 1cd4d9eead73, a reference to
#include <drm/drmP.h>
is replaced by the following:
#include <drm/drm_file.h>
#include <drm/drm_drv.h>
The replacement should be:
#include <drm/drm_file.h>
#include <drm/drm_drv.h>
#include <drm/drm_device.h>
I missed thae last one.
Larry
_______________________________________________
vbox-dev mailing list
[email protected]
https://www.virtualbox.org/mailman/listinfo/vbox-dev