diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2008-09-18 14:30:05 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2008-09-18 14:30:05 -0400 |
commit | 6d0de5a899ea883693737333b4b0511c28f32d92 (patch) | |
tree | 93c52edc7aee8c2b833c73ab8758a5dedb157cfe /linux-core/drm_stub.c | |
parent | 6a0248cbf2197d64f51d557f85bf2fdbaa505870 (diff) |
Export drm_put_minor
Diffstat (limited to 'linux-core/drm_stub.c')
-rw-r--r-- | linux-core/drm_stub.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-core/drm_stub.c b/linux-core/drm_stub.c index 1257b0d4..cd6cd4b5 100644 --- a/linux-core/drm_stub.c +++ b/linux-core/drm_stub.c @@ -492,3 +492,5 @@ int drm_put_minor(struct drm_minor **minor_p) *minor_p = NULL; return 0; } + +EXPORT_SYMBOL(drm_put_minor); |