summaryrefslogtreecommitdiff
path: root/nvif
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2014-08-10 04:10:22 +1000
committerBen Skeggs <bskeggs@redhat.com>2014-08-10 04:43:29 +1000
commit42474e46534736ec5c1c9cfafa99e29aa1f11571 (patch)
treeea1645acdb8b22047973c6aaca56bc0412fa93d3 /nvif
parent8b297e971b0f1450f2827fb67042a4efea891948 (diff)
downloadnouveau-42474e46534736ec5c1c9cfafa99e29aa1f11571.tar.gz
drm: port to nvif client/device/objects
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'nvif')
-rw-r--r--nvif/client.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/nvif/client.c b/nvif/client.c
index 7048fd91b..20fb38688 100644
--- a/nvif/client.c
+++ b/nvif/client.c
@@ -58,9 +58,7 @@ nvif_client_fini(struct nvif_client *client)
const struct nvif_driver *
nvif_drivers[] = {
#ifdef __KERNEL__
-#if 0
&nvif_driver_nvkm,
-#endif
#else
&nvif_driver_lib,
#endif