dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Adrian Bunk 2007-05-08 00:37:21 -07:00 committed by Linus Torvalds
parent 2ee121631b
commit 3b769be9c0
1 changed files with 1 additions and 1 deletions

View File

@ -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)