]> 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, 28 Jul 2011 04:26:54 +0000 (00:26 -0400)
commit44ea2213f4639dbd515383d26556dbcca725ad84
tree3988bdc0e002f7e5abaeac0cafe7794381d9c17e
parent9f5f8391f762a595555e68dadbcd124dff26cf97
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