diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2010-10-28 12:29:33 (GMT) |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-03-11 13:46:25 (GMT) |
commit | 4a0ab8df3e35da4d12df0631b2daae683dafe46c (patch) | |
tree | 5fd3286ca1ec9c717c4a8c1865db8910ca2d5eae | |
parent | 0897cc21036c4da0337d8ebcbe7d4b7bb81cf2ca (diff) | |
download | linux-4a0ab8df3e35da4d12df0631b2daae683dafe46c.tar.xz |
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.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/video/omap2/dss/display.c b/drivers/video/omap2/dss/display.c index 3f4fa0b..7d96b72 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) { |