diff options
author | Thomas Hellstrom <unichrome@shipmail.org> | 2005-08-11 13:05:12 +0000 |
---|---|---|
committer | Thomas Hellstrom <unichrome@shipmail.org> | 2005-08-11 13:05:12 +0000 |
commit | 4931d785ed0bf9f75200ed530c4061efe2d24a63 (patch) | |
tree | 1cd79d3e067452a44001135efa13436a5513271e | |
parent | d5e8ab13ff5399531eb1927dcd4535aeeed18c94 (diff) |
Missing symbol export from previous via context check commit.
-rw-r--r-- | linux-core/drm_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drm_context.c b/linux-core/drm_context.c index 2f947191..ce4b06ef 100644 --- a/linux-core/drm_context.c +++ b/linux-core/drm_context.c @@ -605,5 +605,5 @@ int drm_check_context(drm_file_t *priv, drm_context_t handle) return ret; } - +EXPORT_SYMBOL(drm_check_context); /*@}*/ |