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: next-20110803~3^2~131 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b862ac8045d3c8608b9e305080b5b1039efa8ffe;p=karo-tx-linux.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 --- diff --git a/arch/alpha/kernel/pci-sysfs.c b/arch/alpha/kernel/pci-sysfs.c index b899e95f79fd..53649c7d0068 100644 --- a/arch/alpha/kernel/pci-sysfs.c +++ b/arch/alpha/kernel/pci-sysfs.c @@ -10,6 +10,7 @@ */ #include +#include #include #include