projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ab2eaa
)
parisc: asm/pdc.h should include asm/page.h
author
Alexander Beregalov
<a.beregalov@gmail.com>
Wed, 1 Apr 2009 15:43:40 +0000
(15:43 +0000)
committer
Kyle McMartin
<kyle@mcmartin.ca>
Thu, 2 Apr 2009 00:20:15 +0000
(
00:20
+0000)
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>
arch/parisc/include/asm/pdc.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/parisc/include/asm/pdc.h
b/arch/parisc/include/asm/pdc.h
index a26e98dc0d41903189994df6adcb10dd9b4cf9d3..4ca510b3c6f800e7dabe3affcf02c73b7f44dede 100644
(file)
--- a/
arch/parisc/include/asm/pdc.h
+++ b/
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 */