X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fum%2Fdrivers%2Fdaemon_kern.c;fp=arch%2Fum%2Fdrivers%2Fdaemon_kern.c;h=a61b7b46bc025b217796e0a443336b63578dbb70;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=53d09ed78b425391c3e118f998fcd0f89a146691;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/arch/um/drivers/daemon_kern.c b/arch/um/drivers/daemon_kern.c index 53d09ed78..a61b7b46b 100644 --- a/arch/um/drivers/daemon_kern.c +++ b/arch/um/drivers/daemon_kern.c @@ -95,7 +95,18 @@ static struct transport daemon_transport = { static int register_daemon(void) { register_transport(&daemon_transport); - return 0; + return(1); } __initcall(register_daemon); + +/* + * 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: + */