fix symbol leakage
authorDavid Schleef <ds@schleef.org>
Fri, 8 Nov 2002 21:59:53 +0000 (21:59 +0000)
committerDavid Schleef <ds@schleef.org>
Fri, 8 Nov 2002 21:59:53 +0000 (21:59 +0000)
comedi/drivers/das1800.c

index 59bf21f9676611523932b92bf96d1404ba41ef5f..11dd0d22621bc91e0e4072771066c229825acaa2 100644 (file)
@@ -518,7 +518,7 @@ static comedi_driver driver_das1800={
  */
 COMEDI_INITCLEANUP(driver_das1800);
 
-int das1800_init_dma( comedi_device *dev, unsigned int dma0, unsigned int dma1 )
+static int das1800_init_dma( comedi_device *dev, unsigned int dma0, unsigned int dma1 )
 {
        unsigned long flags;