From: Tobias Doerffel Date: Sun, 5 Jul 2009 19:08:23 +0000 (-0700) Subject: linux/sysrq.h needs linux/errno.h X-Git-Tag: v2.6.31-rc3~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82e3310ace59794ecf0f531eca94647b2863dfda;p=pandora-kernel.git linux/sysrq.h needs linux/errno.h In include/linux/sysrq.h the constant EINVAL is being used but is undefined if include/linux/errno.h is not included before. Fix this by adding #include at the beginning. Signed-off-by: Tobias Doerffel Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed