diff options
Diffstat (limited to 'drivers/char/misc.c')
-rw-r--r-- | drivers/char/misc.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/char/misc.c b/drivers/char/misc.c index e9eec975c..c30f10594 100644 --- a/drivers/char/misc.c +++ b/drivers/char/misc.c @@ -261,6 +261,12 @@ int __init misc_init(void) #ifdef CONFIG_NWFLASH nwflash_init(); #endif +#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); |