Fixes this build error: arch/parisc/kernel/pdc_cons.c:117: error: '__PAGE_OFFSET' undeclared (first use in this function) Signed-off-by: Alexander Beregalov <a.beregalov@xxxxxxxxx> --- arch/parisc/include/asm/pdc.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/parisc/include/asm/pdc.h b/arch/parisc/include/asm/pdc.h index a26e98d..fde8045 100644 --- a/arch/parisc/include/asm/pdc.h +++ b/arch/parisc/include/asm/pdc.h @@ -340,6 +340,7 @@ #if !defined(__ASSEMBLY__) #include <linux/types.h> +#include <asm/page.h> #ifdef __KERNEL__ -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html