]> 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>
Thu, 25 Aug 2011 17:54:31 +0000 (13:54 -0400)
commitc83260d20cb69ba60181a437c17b7be612984eb4
treed06586f332fd9ae0c0d36c2413f007ce4a8eec73
parentd1dcc86bfc6c3f00c02add11670f7c561df5e216
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