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:
Ben Skeggs
2012-07-06 12:14:00 +10:00
parent 9274f4a9ba
commit 9458029940
28 changed files with 381 additions and 91 deletions

View File

@@ -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>