Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3b769be9 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds
Browse files

make drivers/video/display/display-sysfs.c:display_class static



Signed-off-by: default avatarAdrian 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: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 2ee12163
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)