]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/um/drivers/mcast_kern.c
drivers: remove duplicated #include
[linux-2.6-omap-h63xx.git] / arch / um / drivers / mcast_kern.c
index 822092f149bedb666740b1958b0778cd9ca01b3d..8c4378a76d6333d88d14537ae1c9a3b42b099537 100644 (file)
@@ -58,7 +58,7 @@ static const struct net_kern_info mcast_kern_info = {
        .write                  = mcast_write,
 };
 
-int mcast_setup(char *str, char **mac_out, void *data)
+static int mcast_setup(char *str, char **mac_out, void *data)
 {
        struct mcast_init *init = data;
        char *port_str = NULL, *ttl_str = NULL, *remain;