[PATCH] make some things static
[linux-2.6-block.git] / include / asm-parisc / floppy.h
index 47f53df2cef556ec7e22e9745c19e6869f993306..ca3aed768cdc1a8d3a528790bf073401f38acc19 100644 (file)
@@ -235,7 +235,7 @@ static int hard_dma_setup(char *addr, unsigned long size, int mode, int io)
        return 0;
 }
 
-struct fd_routine_l {
+static struct fd_routine_l {
        int (*_request_dma)(unsigned int dmanr, const char * device_id);
        void (*_free_dma)(unsigned int dmanr);
        int (*_get_dma_residue)(unsigned int dummy);