From: Horms Date: Mon, 5 Feb 2007 01:17:22 +0000 (+0900) Subject: [IA64] kexec: Minor enhancement to includes in crash.c X-Git-Tag: v2.6.21-rc1~92^2~36^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a697d0a4c8e7ed51cf71a467ad59c25bfb85b44;p=pandora-kernel.git [IA64] kexec: Minor enhancement to includes in crash.c linux/uaccess.h was being included, but it seems that really the following includes are needed. asm/page.h: for __va() and PAGE_SHIFT asm/uaccess.h: for copy_to_user() I guess that linux/uaccess.h pulls in both asm/page.h and asm/uaccess.h. I notices this while backporting the code to xen's linux-2.6.16.33, which does not have linux/uaccess.h. I'm posting it as I think it is a correct, though somewhat cosmetic fix. Signed-off-by: Simon Horman Signed-off-by: Tony Luck --- Reading git-diff-tree failed