aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2010-10-28 15:29:33 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2011-03-01 18:17:25 +0200
commit9427e152ce6d06b940987c97e2a1f6ab9fa41688 (patch)
tree62cc05c2b036ea3465f1d660ef97a4bce55b9490
parent62b16300d434728b82a2970163430397d82ab110 (diff)
downloadexperimental-9427e152ce6d06b940987c97e2a1f6ab9fa41688.tar.gz
OMAP: DSS2: Remove unused list
There was an unused list defined in display.c. Remove it. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
-rw-r--r--drivers/video/omap2/dss/display.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/video/omap2/dss/display.c b/drivers/video/omap2/dss/display.c
index 3f4fa0b0846..7d96b724c99 100644
--- a/drivers/video/omap2/dss/display.c
+++ b/drivers/video/omap2/dss/display.c
@@ -25,14 +25,11 @@
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/jiffies.h>
-#include <linux/list.h>
#include <linux/platform_device.h>
#include <plat/display.h>
#include "dss.h"
-static LIST_HEAD(display_list);
-
static ssize_t display_enabled_show(struct device *dev,
struct device_attribute *attr, char *buf)
{