From: Paul Gortmaker Date: Sun, 31 Jul 2011 21:40:26 +0000 (-0400) Subject: sh: fix implicit use of stat.h in arch/sh specific files X-Git-Tag: v3.2-rc1~22^2~154 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c43871b4036444b8734d06ab9ec0bb9046aada4;p=pandora-kernel.git sh: fix implicit use of stat.h in arch/sh specific files To fix: arch/sh/drivers/dma/dma-sysfs.c:45:8: error: 'S_IRUGO' undeclared here (not in a function) arch/sh/drivers/dma/dma-sysfs.c:75:8: error: 'S_IWUSR' undeclared here (not in a function) make[4]: *** [arch/sh/drivers/dma/dma-sysfs.o] Error 1 drivers/sh/intc/core.c:449: error: 'S_IRUGO' undeclared here (not in a function) make[5]: *** [drivers/sh/intc/core.o] Error 1 Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed