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 <a.beregalov@gmail.com>
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
This commit is contained in:
Alexander Beregalov 2009-04-01 15:43:40 +00:00 committed by Kyle McMartin
parent 1ab2eaa2c1
commit d845e1fbf2
1 changed files with 2 additions and 0 deletions

View File

@ -343,6 +343,8 @@
#ifdef __KERNEL__
#include <asm/page.h> /* for __PAGE_OFFSET */
extern int pdc_type;
/* Values for pdc_type */