From: James Bottomley Date: Fri, 29 Jul 2011 13:11:32 +0000 (+0400) Subject: ramoops: fix compile failure on parisc X-Git-Tag: v3.1-rc1~121 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83c1b31794a9e3cb30edabef7e57fbdbe129c5ce;p=pandora-kernel.git ramoops: fix compile failure on parisc Fixes this: drivers/char/ramoops.c: In function 'ramoops_init': drivers/char/ramoops.c:221: error: implicit declaration of function 'IS_ERR' drivers/char/ramoops.c:222: error: implicit declaration of function 'PTR_ERR' If it actually builds on other platforms, it's probably getting linux/err.h via some other #include. Signed-off-by: James Bottomley Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed