]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Thu, 11 Aug 2011 21:31:10 +0000 (17:31 -0400)
commit04797432b4ac8842d4d18dc9d4200b05014b4024
tree09710174303461ca80fa74b77fc4d3754dd896d8
parent5c64a29a260b74a486fa30b52d45c003343ccb30
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