drm/radeon/radeon_device: remove unused function
[linux-2.6-block.git] / drivers / gpu / drm / radeon / radeon_device.c
index 8425b1248eafb51b5961bb67b29f220594b88631..b423c015958125b6bacf6242d83b32a5c38d196f 100644 (file)
@@ -1958,14 +1958,3 @@ static void radeon_debugfs_remove_files(struct radeon_device *rdev)
        }
 #endif
 }
-
-#if defined(CONFIG_DEBUG_FS)
-int radeon_debugfs_init(struct drm_minor *minor)
-{
-       return 0;
-}
-
-void radeon_debugfs_cleanup(struct drm_minor *minor)
-{
-}
-#endif