From: Paul Gortmaker Date: Sun, 17 Jul 2011 21:05:31 +0000 (-0400) Subject: uwb.h: fix implicit use of asm/page.h for PAGE_SIZE X-Git-Tag: v3.2-rc1~22^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e2ffa376f67a0778891e26026e36605e5dd2fa4d;p=profile%2Fivi%2Fkernel-x86-ivi.git 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 --- diff --git a/include/linux/uwb.h b/include/linux/uwb.h index b0c564e..7dbbee9 100644 --- a/include/linux/uwb.h +++ b/include/linux/uwb.h @@ -33,6 +33,7 @@ #include #include #include +#include struct uwb_dev; struct uwb_beca_e;