]> 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, 11 Aug 2011 19:10:24 +0000 (15:10 -0400)
commitea4fa30439246d8be0ad2446d818573e2ca919f8
treebceb67d5c4804cf39bcf63613086516b91d45254
parent5bf3504834e5762cc52461f7f687dc7d08b8d862
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