]> git.baikalelectronics.ru Git - kernel.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>
Mon, 31 Oct 2011 23:32:18 +0000 (19:32 -0400)
commit82c96768b3cd2713b1699da94712244b36aec050
tree76986264d72e8d2a80977cc2ee89b8e8a2659913
parentd2cec4b03681eb8c0b16f3a0da4798426b816686
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