commit | ce7cf0731c328eec3694c97f4677e82a0d5d5064 | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <paul.gortmaker@windriver.com> | Mon Aug 01 13:52:27 2011 -0400 |
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | Mon Oct 31 19:31:02 2011 -0400 |
tree | 501c78f87336f8ad87be6191caebf395cd439af8 | |
parent | 6a550b99a05a98e9a63696956728e614ab2d8955 [diff] |
alpha: fix implicit stat.h usage in pci-sysfs.c To avoid this: arch/alpha/kernel/pci-sysfs.c:164: error: 'S_IRUSR' undeclared (first use in this function) arch/alpha/kernel/pci-sysfs.c:164: error: 'S_IWUSR' undeclared (first use in this function) make[2]: *** [arch/alpha/kernel/pci-sysfs.o] Error 1 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>