diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-05-08 03:37:21 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-08 14:15:26 -0400 |
commit | 3b769be9c0ae2355afdbf356863a87dc739be59c (patch) | |
tree | 2be2949076b9fffdf9fe7ff61aca4608c814d83f /drivers/video/display | |
parent | 2ee121631b9dd0291502ccac6f897907505faf8c (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')
-rw-r--r-- | drivers/video/display/display-sysfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/display/display-sysfs.c b/drivers/video/display/display-sysfs.c index 39c27b604cc3..35477177bef4 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) | |||
127 | 127 | ||
128 | static struct mutex allocated_dsp_lock; | 128 | static struct mutex allocated_dsp_lock; |
129 | static DEFINE_IDR(allocated_dsp); | 129 | static DEFINE_IDR(allocated_dsp); |
130 | struct class *display_class; | 130 | static struct class *display_class; |
131 | 131 | ||
132 | struct display_device *display_device_register(struct display_driver *driver, | 132 | struct display_device *display_device_register(struct display_driver *driver, |
133 | struct device *parent, void *devdata) | 133 | struct device *parent, void *devdata) |