Commit 4a0ab8df authored by Tomi Valkeinen's avatar Tomi Valkeinen

OMAP: DSS2: Remove unused list

There was an unused list defined in display.c. Remove it.
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 0897cc21
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment