From: Richard Weinberger Date: Fri, 19 Jul 2013 09:31:36 +0000 (+0200) Subject: um: siginfo cleanup X-Git-Tag: v3.11-rc2~8^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a8c1359571c5d5e2fbc43cf457a6486b70a70cb;p=pandora-kernel.git um: siginfo cleanup Currently we use both struct siginfo and siginfo_t. Let's use struct siginfo internally to avoid ongoing compiler warning. We are allowed to do so because struct siginfo and siginfo_t are equivalent. Signed-off-by: Richard Weinberger --- Reading git-diff-tree failed