Browse Source

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>
Alexander Beregalov 16 years ago
parent
commit
d845e1fbf2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      arch/parisc/include/asm/pdc.h

+ 2 - 0
arch/parisc/include/asm/pdc.h

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