]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/um/drivers/slip_kern.c
[PATCH] convert i386 NUMA KVA space to bootmem
[linux-2.6-omap-h63xx.git] / arch / um / drivers / slip_kern.c
index a62f5ef445cfec0c06a266730d9e171dadb768fb..163ee0d5f75e4e165c312a47b02d2af8975f4be9 100644 (file)
@@ -93,18 +93,7 @@ static struct transport slip_transport = {
 static int register_slip(void)
 {
        register_transport(&slip_transport);
-       return(1);
+       return 0;
 }
 
 __initcall(register_slip);
-
-/*
- * 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:
- */