From: Paul Gortmaker Date: Fri, 27 May 2011 17:27:45 +0000 (-0400) Subject: powerpc: Fix up implicit stat.h users X-Git-Tag: v3.2-rc1~22^2~196 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b56eade55d44c54a7b6fa1c9d01448152a233cf4;p=pandora-kernel.git powerpc: Fix up implicit stat.h users They get it via module.h (via device.h) but we want to clean that up. When we do, we'll get things like: ibmebus.c:314: error: 'S_IWUSR' undeclared here (not in a function) vio.c:972: error: 'S_IWUSR' undeclared here (not in a function) so add in the stat header it is using explicitly in advance. Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed