OSDN Git Service

Export drm_put_minor
authorAlex Deucher <alexdeucher@gmail.com>
Thu, 18 Sep 2008 18:30:05 +0000 (14:30 -0400)
committerAlex Deucher <alexdeucher@gmail.com>
Thu, 18 Sep 2008 18:30:05 +0000 (14:30 -0400)
linux-core/drm_stub.c

index 1257b0d..cd6cd4b 100644 (file)
@@ -492,3 +492,5 @@ int drm_put_minor(struct drm_minor **minor_p)
        *minor_p = NULL;
        return 0;
 }
+
+EXPORT_SYMBOL(drm_put_minor);