diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2015-11-08 12:23:16 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2016-01-11 11:17:40 +1000 |
commit | 923bc416aa1a4be7d31b0388116965245b73c3e4 (patch) | |
tree | 166aa2c4ee1a4c9587d357164af0d1216f48e84b /drivers/gpu/drm/nouveau/nouveau_drm.c | |
parent | 845f27253c34204bb33acb7dfeeb9f7163443efb (diff) |
drm/nouveau/nvif: split out device interface definitions
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drm.c')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_drm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drm.c b/drivers/gpu/drm/nouveau/nouveau_drm.c index 297a5a0544aa..5f038bba1a1f 100644 --- a/drivers/gpu/drm/nouveau/nouveau_drm.c +++ b/drivers/gpu/drm/nouveau/nouveau_drm.c @@ -37,6 +37,7 @@ #include <core/pci.h> #include <core/tegra.h> +#include <nvif/class.h> #include <nvif/cl0002.h> #include <nvif/cla06f.h> #include <nvif/if0004.h> |