]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
uwb.h: fix implicit use of asm/page.h for PAGE_SIZE
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 17 Jul 2011 21:05:31 +0000 (17:05 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 6 Oct 2011 18:10:16 +0000 (14:10 -0400)
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>
include/linux/uwb.h

index b0c564ec21603de31bf196299cc7f972ff244e84..7dbbee9741b78ba0d3adac99aeb084767a149ec0 100644 (file)
@@ -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;