]> 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, 6 Oct 2011 18:10:07 +0000 (14:10 -0400)
commit7331818955973d0329d1b0f1eaae6ec086eeaad5
tree5e8f9619c7b73e073f4d0175159a3c2200d21898
parent49931e03480c343e3165563904e9d3c571571664
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