]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/uwb: fix implicit use of stat.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 17 Jul 2011 20:50:39 +0000 (16:50 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 11 Aug 2011 21:32:12 +0000 (17:32 -0400)
commita927ddce38791d8499dd23a80bbefef36f4e61bd
treec2d3aaebd6eac25639328f64af6134845c3915ab
parenta6fa9a26c0d69b82ee43be217877284c1090df0b
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 <paul.gortmaker@windriver.com>
drivers/uwb/lc-dev.c
drivers/uwb/scan.c