From: Paul Gortmaker Date: Thu, 28 Jul 2011 18:22:29 +0000 (-0400) Subject: kernel: ksysfs.c is implicitly using stat.h X-Git-Tag: v3.2-rc1~22^2~218 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1596425fd7545abccb7b5059376e4d56c3d6be4d;p=pandora-kernel.git 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 --- Reading git-diff-tree failed