]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kernel: ksysfs.c is implicitly using stat.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 28 Jul 2011 18:22:29 +0000 (14:22 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 05:43:45 +0000 (01:43 -0400)
commit2da8aaa92635e4626ac722eb7b12f54a86a7dd6e
tree40f953be6f5c5781aa7253818e633410ce66dcb1
parentb73cce5e05c251b11f5b5bfe58edce2150447fc5
kernel: ksysfs.c is implicitly using stat.h

With the module.h usage cleanup, we'll get this:

kernel/ksysfs.c:161: error: ‘S_IRUGO’ undeclared here (not in a function)
make[2]: *** [kernel/ksysfs.o] Error 1

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
kernel/ksysfs.c