]> 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>
Thu, 11 Aug 2011 21:31:09 +0000 (17:31 -0400)
commitac1a5515ab9dda36abeab08cf24464145a217aef
treeec7fc0dad016a8a5b9e10877365c3eb8de84e887
parentccfb0c4d726ee59069d3ccc420b1151de7949e01
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