linux/arch/powerpc
Paul Gortmaker b56eade55d powerpc: Fix up implicit stat.h users
They get it via module.h (via device.h) but we want to clean that up.
When we do, we'll get things like:

ibmebus.c:314: error: 'S_IWUSR' undeclared here (not in a function)
vio.c:972: error: 'S_IWUSR' undeclared here (not in a function)

so add in the stat header it is using explicitly in advance.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2011-10-31 19:30:39 -04:00
..
boot
configs
include/asm powerpc: include export.h for files using EXPORT_SYMBOL/THIS_MODULE 2011-10-31 19:30:38 -04:00
kernel powerpc: Fix up implicit stat.h users 2011-10-31 19:30:39 -04:00
kvm powerpc: include export.h for files using EXPORT_SYMBOL/THIS_MODULE 2011-10-31 19:30:38 -04:00
lib
math-emu
mm powerpc: include export.h for files using EXPORT_SYMBOL/THIS_MODULE 2011-10-31 19:30:38 -04:00
net
oprofile
platforms powerpc: Fix up implicit stat.h users 2011-10-31 19:30:39 -04:00
sysdev powerpc: Fix up implicit stat.h users 2011-10-31 19:30:39 -04:00
xmon
Kconfig
Kconfig.debug
Makefile
relocs_check.pl