* [patch] fbdev: sysfs fix
@ 2004-12-07 14:36 Gerd Knorr
0 siblings, 0 replies; only message in thread
From: Gerd Knorr @ 2004-12-07 14:36 UTC (permalink / raw)
To: Andrew Morton, Linux Kernel Mailing List
Make sure the fbdev sysfs class is registered before all drivers,
otherwise some symlinks are missing.
Signed-off-by: Gerd Knorr <kraxel@bytesex.org>
---
drivers/video/fbmem.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: linux-2004-11-23/drivers/video/fbmem.c
===================================================================
--- linux-2004-11-23.orig/drivers/video/fbmem.c 2004-11-26 16:31:37.110665860 +0100
+++ linux-2004-11-23/drivers/video/fbmem.c 2004-11-26 17:41:14.112220692 +0100
@@ -1165,7 +1165,7 @@ fbmem_init(void)
}
return 0;
}
-module_init(fbmem_init);
+subsys_initcall(fbmem_init);
static char *video_options[FB_MAX];
static int ofonly;
--
#define printk(args...) fprintf(stderr, ## args)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-12-07 15:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-07 14:36 [patch] fbdev: sysfs fix Gerd Knorr
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox