summaryrefslogtreecommitdiffstats
path: root/drivers/char/misc.c
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>1999-02-25 20:31:21 +0000
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>1999-02-25 20:31:21 +0000
commit3a579dc343d42860bcc556ed652de29a60957ce1 (patch)
tree3e306f8d24d523d88edab96433703532032466db /drivers/char/misc.c
parent8216cec4cc1f5856e7fca63e896dcdfba0a478a5 (diff)
streamable_init is only available on SGIs
Diffstat (limited to 'drivers/char/misc.c')
-rw-r--r--drivers/char/misc.c2
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);