commit | 1596425fd7545abccb7b5059376e4d56c3d6be4d | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <paul.gortmaker@windriver.com> | Thu Jul 28 14:22:29 2011 -0400 |
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | Mon Oct 31 09:20:13 2011 -0400 |
tree | cc4bbc90f16bf73846ee50a67cda88708df5fff9 | |
parent | 967d1f90625ed9c1ab205d3f738fedf9d852e1fd [diff] |
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>