drm/nouveau: implement module init functions in nouveau_drm.c
These currently just call the existing ones in nouveau_drv.c, but will be extended in upcoming commits. This needed to be separated from the current code as there will be some header clashes until things are ported. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#include "drm.h"
|
||||
|
||||
#include "nouveau_drv.h"
|
||||
#include "nouveau_drm.h"
|
||||
#include <nouveau_drm.h>
|
||||
#include "nouveau_dma.h"
|
||||
|
||||
#include <linux/dma-buf.h>
|
||||
|
Reference in New Issue
Block a user