summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorInki Dae <inki.dae@samsung.com>2011-11-09 16:50:30 +0900
committerInki Dae <inki.dae@samsung.com>2011-11-15 14:58:46 +0900
commitc7493668eeced636afabfed57dfead8329c3d7fa (patch)
tree165afc298d76ffc6b76ea12cc752808f3afd83bc /drivers/gpu
parentf088d5a9c5dd22b6559fa3f3939973bc374c977b (diff)
downloadlinux-c7493668eeced636afabfed57dfead8329c3d7fa.tar.gz
linux-c7493668eeced636afabfed57dfead8329c3d7fa.tar.bz2
linux-c7493668eeced636afabfed57dfead8329c3d7fa.zip
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')
-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 6f8afea94fc9..303189c78cf1 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)
{