]> git.karo-electronics.de Git - karo-tx-linux.git/commit
powerpc: Fix up implicit stat.h users
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 27 May 2011 17:27:45 +0000 (13:27 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 2 Aug 2011 16:37:03 +0000 (12:37 -0400)
commit95c8ba5d754a19ee95255fa008f3337e7b1326a5
tree82b667cb0f2dc1b3347b25def5edc156787ef2e6
parentb6015c74fa8d4548276f79d3587d1ac522fbb9ed
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>
arch/powerpc/kernel/ibmebus.c
arch/powerpc/kernel/vio.c
arch/powerpc/platforms/pseries/eeh_sysfs.c
arch/powerpc/platforms/pseries/mobility.c
arch/powerpc/platforms/pseries/suspend.c
arch/powerpc/sysdev/mv64x60_pci.c