summaryrefslogtreecommitdiffstats
path: root/drivers/uwb/lc-dev.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-17 16:50:39 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:32:18 -0400
commit0b992080a98fa6f0722c43060819f7c311203a1c (patch)
tree76986264d72e8d2a80977cc2ee89b8e8a2659913 /drivers/uwb/lc-dev.c
parent025ed130608766bf2a18523a1ac11a860746a4e4 (diff)
downloadop-kernel-dev-0b992080a98fa6f0722c43060819f7c311203a1c.zip
op-kernel-dev-0b992080a98fa6f0722c43060819f7c311203a1c.tar.gz
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>
Diffstat (limited to 'drivers/uwb/lc-dev.c')
-rw-r--r--drivers/uwb/lc-dev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/uwb/lc-dev.c b/drivers/uwb/lc-dev.c
index 90113ba..dea2658 100644
--- a/drivers/uwb/lc-dev.c
+++ b/drivers/uwb/lc-dev.c
@@ -28,6 +28,7 @@
#include <linux/err.h>
#include <linux/kdev_t.h>
#include <linux/random.h>
+#include <linux/stat.h>
#include "uwb-internal.h"
/* We initialize addresses to 0xff (invalid, as it is bcast) */
OpenPOWER on IntegriCloud