From 42474e46534736ec5c1c9cfafa99e29aa1f11571 Mon Sep 17 00:00:00 2001 From: Ben Skeggs Date: Sun, 10 Aug 2014 04:10:22 +1000 Subject: drm: port to nvif client/device/objects Signed-off-by: Ben Skeggs --- nvif/client.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'nvif') 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 -- cgit v1.2.1