Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1
+1
include/linux/uwb.h
··· 33 33 #include <linux/wait.h> 34 34 #include <linux/workqueue.h> 35 35 #include <linux/uwb/spec.h> 36 + #include <asm/page.h> 36 37 37 38 struct uwb_dev; 38 39 struct uwb_beca_e;