sh: fix implicit use of stat.h in arch/sh specific files
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 21:40:26 +0000 (17:40 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:31:04 +0000 (19:31 -0400)
commit0c43871b4036444b8734d06ab9ec0bb9046aada4
tree6b94d9132ef68746cb60690f6c5565857195597c
parent00cd1176801d676607115fdda6e1f64b7e1ce02f
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 <paul.gortmaker@windriver.com>
arch/sh/drivers/dma/dma-sysfs.c
drivers/sh/intc/core.c