drm/nouveau/abi16: remove unused argument from nouveau_abi16_get()
[firefly-linux-kernel-4.4.55.git] / drivers / gpu / drm / nouveau / nouveau_abi16.h
index 6584557afa40a8a0ab6bc8b65a75062e0528a115..fa1d856d2ac4037240b7a0746121c93389b7479d 100644 (file)
@@ -33,8 +33,7 @@ struct nouveau_abi16 {
        u64 handles;
 };
 
-struct nouveau_drm;
-struct nouveau_abi16 *nouveau_abi16_get(struct drm_file *, struct drm_device *);
+struct nouveau_abi16 *nouveau_abi16_get(struct drm_file *);
 int  nouveau_abi16_put(struct nouveau_abi16 *, int);
 void nouveau_abi16_fini(struct nouveau_abi16 *);
 s32  nouveau_abi16_swclass(struct nouveau_drm *);