X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fum%2Fdrivers%2Fslip_kern.c;fp=arch%2Fum%2Fdrivers%2Fslip_kern.c;h=a62f5ef445cfec0c06a266730d9e171dadb768fb;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=fcf065ebec426c678359e33360728f54979cb5ba;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/arch/um/drivers/slip_kern.c b/arch/um/drivers/slip_kern.c index fcf065ebe..a62f5ef44 100644 --- a/arch/um/drivers/slip_kern.c +++ b/arch/um/drivers/slip_kern.c @@ -1,3 +1,4 @@ +#include "linux/config.h" #include "linux/kernel.h" #include "linux/stddef.h" #include "linux/init.h" @@ -92,7 +93,18 @@ static struct transport slip_transport = { static int register_slip(void) { register_transport(&slip_transport); - return 0; + return(1); } __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: + */