]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/um/drivers/mcast_kern.c
[PATCH] convert i386 NUMA KVA space to bootmem
[linux-2.6-omap-h63xx.git] / arch / um / drivers / mcast_kern.c
index c9b078fba03e4812848b33f9c3c15ceee0192575..3a7af18cf9442f1c890ea674d9a8f33784a825a4 100644 (file)
@@ -124,18 +124,7 @@ static struct transport mcast_transport = {
 static int register_mcast(void)
 {
        register_transport(&mcast_transport);
-       return(1);
+       return 0;
 }
 
 __initcall(register_mcast);
-
-/*
- * Overrides for Emacs so that we follow Linus's tabbing style.
- * Emacs will notice this stuff at the end of the file and automatically
- * adjust the settings for this buffer only.  This must remain at the end
- * of the file.
- * ---------------------------------------------------------------------------
- * Local variables:
- * c-file-style: "linux"
- * End:
- */