drm/nouveau: Remove nouveau_drm_debugfs_cleanup()
[sfrench/cifs-2.6.git] / drivers / gpu / drm / nouveau / nouveau_debugfs.h
index eab58811417a20fb72ad35f6017e6e11af78fd55..b799f8dfb2b244dddd477dd97642a8b8450d4e66 100644 (file)
@@ -18,7 +18,6 @@ nouveau_debugfs(struct drm_device *dev)
 }
 
 extern int  nouveau_drm_debugfs_init(struct drm_minor *);
-extern void nouveau_drm_debugfs_cleanup(struct drm_minor *);
 extern int  nouveau_debugfs_init(struct nouveau_drm *);
 extern void nouveau_debugfs_fini(struct nouveau_drm *);
 #else
@@ -28,11 +27,6 @@ nouveau_drm_debugfs_init(struct drm_minor *minor)
        return 0;
 }
 
-static inline void
-nouveau_drm_debugfs_cleanup(struct drm_minor *minor)
-{
-}
-
 static inline int
 nouveau_debugfs_init(struct nouveau_drm *drm)
 {