]> git.karo-electronics.de Git - karo-tx-linux.git/commit
alpha: fix implicit stat.h usage in pci-sysfs.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 1 Aug 2011 17:52:27 +0000 (13:52 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 2 Aug 2011 16:41:47 +0000 (12:41 -0400)
commitb862ac8045d3c8608b9e305080b5b1039efa8ffe
treef065620e34c9977a73490db78c4093cc1a34d5ea
parent9788b6c8855fcd9b2f17c8d7cf7a747e24146656
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>
arch/alpha/kernel/pci-sysfs.c