Skip to content

Commit

Permalink
drm: add missing exports for i810 driver.
Browse files Browse the repository at this point in the history
Brown paper bag of danvet.

Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Dave Airlie committed Dec 22, 2011
1 parent 5c72765 commit 5c2a5ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/gpu/drm/drm_lock.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/

#include <linux/export.h>
#include "drmP.h"

static int drm_notifier(void *priv);
Expand Down Expand Up @@ -345,6 +346,7 @@ void drm_idlelock_take(struct drm_lock_data *lock_data)
}
spin_unlock_bh(&lock_data->spinlock);
}
EXPORT_SYMBOL(drm_idlelock_take);

void drm_idlelock_release(struct drm_lock_data *lock_data)
{
Expand All @@ -364,6 +366,7 @@ void drm_idlelock_release(struct drm_lock_data *lock_data)
}
spin_unlock_bh(&lock_data->spinlock);
}
EXPORT_SYMBOL(drm_idlelock_release);

int drm_i_have_hw_lock(struct drm_device *dev, struct drm_file *file_priv)
{
Expand Down

0 comments on commit 5c2a5ce

Please sign in to comment.