aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pseries/eeh_sysfs.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-05-27 13:27:45 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:30:39 -0400
commitb56eade55d44c54a7b6fa1c9d01448152a233cf4 (patch)
treea40b709370ff16d6f6d35231c5585cf2d508d0b9 /arch/powerpc/platforms/pseries/eeh_sysfs.c
parent7dfe293cf66258c5ef5d010f75d1f843b38e5e4a (diff)
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>
Diffstat (limited to 'arch/powerpc/platforms/pseries/eeh_sysfs.c')
-rw-r--r--arch/powerpc/platforms/pseries/eeh_sysfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/pseries/eeh_sysfs.c b/arch/powerpc/platforms/pseries/eeh_sysfs.c
index 23982c7892d2..eb744ee234da 100644
--- a/arch/powerpc/platforms/pseries/eeh_sysfs.c
+++ b/arch/powerpc/platforms/pseries/eeh_sysfs.c
@@ -23,6 +23,7 @@
23 * Send comments and feedback to Linas Vepstas <linas@austin.ibm.com> 23 * Send comments and feedback to Linas Vepstas <linas@austin.ibm.com>
24 */ 24 */
25#include <linux/pci.h> 25#include <linux/pci.h>
26#include <linux/stat.h>
26#include <asm/ppc-pci.h> 27#include <asm/ppc-pci.h>
27#include <asm/pci-bridge.h> 28#include <asm/pci-bridge.h>
28 29