From: Alexander Beregalov Date: Wed, 1 Apr 2009 15:43:40 +0000 (+0000) Subject: parisc: asm/pdc.h should include asm/page.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=d845e1fbf2d48f6556fbfae7ec04adf67ab14bca;p=deliverable%2Flinux.git parisc: asm/pdc.h should include asm/page.h Fixes this build error: arch/parisc/kernel/pdc_cons.c:117: error: '__PAGE_OFFSET' undeclared Signed-off-by: Alexander Beregalov Signed-off-by: Kyle McMartin --- diff --git a/arch/parisc/include/asm/pdc.h b/arch/parisc/include/asm/pdc.h index a26e98dc0d41..4ca510b3c6f8 100644 --- a/arch/parisc/include/asm/pdc.h +++ b/arch/parisc/include/asm/pdc.h @@ -343,6 +343,8 @@ #ifdef __KERNEL__ +#include /* for __PAGE_OFFSET */ + extern int pdc_type; /* Values for pdc_type */