summaryrefslogtreecommitdiffstats
path: root/include/linux/uwb.h
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-17 17:05:31 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:32:31 -0400
commite2ffa376f67a0778891e26026e36605e5dd2fa4d (patch)
tree6b1c976c0f7e984d9d19a0c514763b23587398c2 /include/linux/uwb.h
parent246359d37985000b8403487e46867c4eb610af72 (diff)
downloadlinux-e2ffa376f67a0778891e26026e36605e5dd2fa4d.tar.gz
linux-e2ffa376f67a0778891e26026e36605e5dd2fa4d.tar.xz
uwb.h: fix implicit use of asm/page.h for PAGE_SIZE
Once we clean up the implicit presence of module.h (and all its sub-includes), we'll see an implicit dependency on page.h for the PAGE_SIZE define. So fix it in advance. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'include/linux/uwb.h')
-rw-r--r--include/linux/uwb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/uwb.h b/include/linux/uwb.h
index b0c564ec2160..7dbbee9741b7 100644
--- a/include/linux/uwb.h
+++ b/include/linux/uwb.h
@@ -33,6 +33,7 @@
#include <linux/wait.h>
#include <linux/workqueue.h>
#include <linux/uwb/spec.h>
+#include <asm/page.h>
struct uwb_dev;
struct uwb_beca_e;