]> 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>
Sun, 31 Jul 2011 08:06:24 +0000 (04:06 -0400)
commitcbd566c4f984e8c689da853e04bf45128b75fba2
treef0be2aa0b844e5a0e5a43409fc1f4f71e15237e7
parent66cdbb3709eb8945bc4fea1305cea977b29c9039
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