From: Miklos Szeredi Date: Wed, 5 Sep 2012 16:38:50 +0000 (+0200) Subject: uml: fix compile error in deliver_alarm() X-Git-Tag: v3.6-rc5~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc6c83641e1df61cff67748987f95ca62953565e;p=pandora-kernel.git uml: fix compile error in deliver_alarm() Fix the following compile error on UML. arch/um/os-Linux/time.c: In function 'deliver_alarm': arch/um/os-Linux/time.c:117:3: error: too few arguments to function 'alarm_handler' arch/um/os-Linux/internal.h:1:6: note: declared here The error was introduced by commit d3c1cfcd ("um: pass siginfo to guest process") in 3.6-rc1. Signed-off-by: Miklos Szeredi CC: Martin Pärtel Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed