diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2014-08-09 14:10:22 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2014-08-09 15:13:14 -0400 |
commit | 0ad72863ea426d46b2786cba9430e122a40aad0b (patch) | |
tree | bbb9346e53a5e0c16674f4e43807cad013c6cc25 /drivers/gpu/drm/nouveau/nvif | |
parent | 967e7bde8739fe3b215f7537e8f1f39c044902af (diff) |
drm/nouveau: port to nvif client/device/objects
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvif')
-rw-r--r-- | drivers/gpu/drm/nouveau/nvif/client.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/nouveau/nvif/client.c b/drivers/gpu/drm/nouveau/nvif/client.c index 7048fd91be28..20fb38688b93 100644 --- a/drivers/gpu/drm/nouveau/nvif/client.c +++ b/drivers/gpu/drm/nouveau/nvif/client.c | |||
@@ -58,9 +58,7 @@ nvif_client_fini(struct nvif_client *client) | |||
58 | const struct nvif_driver * | 58 | const struct nvif_driver * |
59 | nvif_drivers[] = { | 59 | nvif_drivers[] = { |
60 | #ifdef __KERNEL__ | 60 | #ifdef __KERNEL__ |
61 | #if 0 | ||
62 | &nvif_driver_nvkm, | 61 | &nvif_driver_nvkm, |
63 | #endif | ||
64 | #else | 62 | #else |
65 | &nvif_driver_lib, | 63 | &nvif_driver_lib, |
66 | #endif | 64 | #endif |