aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/display/display-sysfs.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2007-05-08 00:37:21 -0700
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-05-08 11:15:26 -0700
commit3b769be9c0ae2355afdbf356863a87dc739be59c (patch)
tree2be2949076b9fffdf9fe7ff61aca4608c814d83f /drivers/video/display/display-sysfs.c
parent2ee121631b9dd0291502ccac6f897907505faf8c (diff)
make drivers/video/display/display-sysfs.c:display_class static
Signed-off-by: Adrian Bunk <bunk@stusta.de> Cc: James Simmons <jsimmons@infradead.org> Cc: "Antonino A. Daplas" <adaplas@pol.net> Cc: Greg KH <greg@kroah.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/display/display-sysfs.c')
-rw-r--r--drivers/video/display/display-sysfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/display/display-sysfs.c b/drivers/video/display/display-sysfs.c
index 39c27b604cc..35477177bef 100644
--- a/drivers/video/display/display-sysfs.c
+++ b/drivers/video/display/display-sysfs.c
@@ -127,7 +127,7 @@ static int display_resume(struct device *dev)
static struct mutex allocated_dsp_lock;
static DEFINE_IDR(allocated_dsp);
-struct class *display_class;
+static struct class *display_class;
struct display_device *display_device_register(struct display_driver *driver,
struct device *parent, void *devdata)