aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorInki Dae <inki.dae@samsung.com>2011-11-09 02:50:30 -0500
committerInki Dae <inki.dae@samsung.com>2011-11-15 00:58:46 -0500
commitc7493668eeced636afabfed57dfead8329c3d7fa (patch)
tree165afc298d76ffc6b76ea12cc752808f3afd83bc /drivers
parentf088d5a9c5dd22b6559fa3f3939973bc374c977b (diff)
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')
-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 @@
29#include "exynos_drm_drv.h" 29#include "exynos_drm_drv.h"
30#include "exynos_drm_buf.h" 30#include "exynos_drm_buf.h"
31 31
32static DEFINE_MUTEX(exynos_drm_buf_lock);
33
34static int lowlevel_buffer_allocate(struct drm_device *dev, 32static int lowlevel_buffer_allocate(struct drm_device *dev,
35 struct exynos_drm_buf_entry *entry) 33 struct exynos_drm_buf_entry *entry)
36{ 34{