]> 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>
Fri, 26 Aug 2011 15:52:12 +0000 (11:52 -0400)
commitc7d6117efda9428ab07b70cbd7e6a59d073aa5ab
tree9547511c6e983469a907d9f9ca261f51b497234f
parentf123aa34440f4d8f1a85b2ff986f9e4d9bd1816e
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