Skip to content

Commit

Permalink
make drivers/video/display/display-sysfs.c:display_class static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed May 8, 2007
1 parent 2ee1216 commit 3b769be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/display/display-sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3b769be

Please sign in to comment.