Small patch to make soundcard.c compile in 2.3.52pre3

From: Christian Laursen (cfsl@jyde.dk)
Date: Mon Mar 13 2000 - 19:35:51 EST


This patch makes soundcard.c compile in 2.3.52pre3:

--- linux/drivers/sound/soundcard.c.bak Tue Mar 14 01:12:13 2000
+++ linux/drivers/sound/soundcard.c Tue Mar 14 01:14:03 2000
@@ -838,8 +838,8 @@
                         printk(",%d", hw_config->dma2);
         }
         printk("\n");
-}
 #endif
+}
 
 void conf_printf2(char *name, int base, int irq, int dma, int dma2)
 {
@@ -858,8 +858,8 @@
                           printk(",%d", dma2);
         }
         printk("\n");
-}
 #endif
+}
 
 /*
  * Module and lock management

-- 
Med venlig hilsen
    Christian Laursen

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Mar 15 2000 - 21:00:27 EST