summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_buf.c
diff options
context:
space:
mode:
authorInki Dae <inki.dae@samsung.com>2011-11-09 07:50:30 (GMT)
committerInki Dae <inki.dae@samsung.com>2011-11-15 05:58:46 (GMT)
commitc7493668eeced636afabfed57dfead8329c3d7fa (patch)
tree165afc298d76ffc6b76ea12cc752808f3afd83bc /drivers/gpu/drm/exynos/exynos_drm_buf.c
parentf088d5a9c5dd22b6559fa3f3939973bc374c977b (diff)
downloadlinux-c7493668eeced636afabfed57dfead8329c3d7fa.tar.xz
drm/exynos: removed unnecessary variable.
Signed-off-by: Inki Dae <inki.dae@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos_drm_buf.c')
-rw-r--r--drivers/gpu/drm/exynos/exynos_drm_buf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_buf.c b/drivers/gpu/drm/exynos/exynos_drm_buf.c
index 6f8afea..303189c 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_buf.c
+++ b/drivers/gpu/drm/exynos/exynos_drm_buf.c
@@ -29,8 +29,6 @@
#include "exynos_drm_drv.h"
#include "exynos_drm_buf.h"
-static DEFINE_MUTEX(exynos_drm_buf_lock);
-
static int lowlevel_buffer_allocate(struct drm_device *dev,
struct exynos_drm_buf_entry *entry)
{