From: Paul Gortmaker Date: Sun, 17 Jul 2011 20:50:39 +0000 (-0400) Subject: drivers/uwb: fix implicit use of stat.h X-Git-Tag: v3.2-rc1~22^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b992080a98fa6f0722c43060819f7c311203a1c;p=pandora-kernel.git drivers/uwb: fix implicit use of stat.h The module.h (via device.h) was pulling handfuls of implicitly present header files -- including basic stuff like stat.h. Fix up these stat.h users in advance so they don't break on the cleanup. Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed