From a102a0888799d389c033fe22db3f1e153390fcc5 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Tue, 4 Oct 2011 10:17:21 +0900 Subject: 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 --- drivers/sh/intc/userimask.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/sh/intc/userimask.c') diff --git a/drivers/sh/intc/userimask.c b/drivers/sh/intc/userimask.c index e32304b66cf1..56bf9336b92b 100644 --- a/drivers/sh/intc/userimask.c +++ b/drivers/sh/intc/userimask.c @@ -13,6 +13,7 @@ #include #include #include +#include #include #include "internals.h" -- cgit v1.2.3-55-g7522