diff options
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/misc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/char/misc.c b/drivers/char/misc.c index fe13a043c..f95877456 100644 --- a/drivers/char/misc.c +++ b/drivers/char/misc.c @@ -273,7 +273,9 @@ int __init misc_init(void) #ifdef CONFIG_SGI_NEWPORT_GFX gfx_register (); #endif +#ifdef CONFIG_SGI streamable_init (); +#endif if (register_chrdev(MISC_MAJOR,"misc",&misc_fops)) { printk("unable to get major %d for misc devices\n", MISC_MAJOR); |