From: Paul Gortmaker Date: Mon, 1 Aug 2011 17:52:27 +0000 (-0400) Subject: alpha: fix implicit stat.h usage in pci-sysfs.c X-Git-Tag: v3.2-rc1~22^2~156 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce7cf0731c328eec3694c97f4677e82a0d5d5064;p=pandora-kernel.git 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 --- Reading git-diff-tree failed