From: Nobuhiro Iwamatsu Date: Tue, 4 Oct 2011 01:17:21 +0000 (+0900) Subject: sh: userimask.c needs linux/stat.h X-Git-Tag: v3.2-rc1~73^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a102a0888799d389c033fe22db3f1e153390fcc5;p=pandora-kernel.git sh: userimask.c needs linux/stat.h This fix the problem that S_IRUSR and S_IWUSR are not solved in userimask.c. ----- CC drivers/usb/host/r8a66597-hcd.o drivers/sh/intc/userimask.c:57: error: ‘S_IRUSR’ undeclared here (not in a function) drivers/sh/intc/userimask.c:57: error: ‘S_IWUSR’ undeclared here (not in a function) CC drivers/watchdog/shwdt.o ----- Signed-off-by: Nobuhiro Iwamatsu Signed-off-by: Paul Mundt --- Reading git-diff-tree failed