]> 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, 25 Aug 2011 17:55:05 +0000 (13:55 -0400)
commit046adaf612d1492c74c29f35a7334b0f363f93c9
tree780cc4b44f508812d6a82451f8ea3b651ee9dd3b
parent92783f502a04c16f6cb09afae6b786a87c78a3c8
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