parisc: add missing include of asm/page.h to asm/pgtable.h
authorRolf Eike Beer <eike-kernel@sf-tec.de>
Thu, 10 May 2012 21:07:16 +0000 (23:07 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 10 May 2012 22:12:08 +0000 (15:12 -0700)
commit9b05b1ec40bf6b1b20493617461e97c6a5d55403
tree5707144a371ecebe378ed27f26d283712c4ff0c0
parent6eb608f554e79b89100b82fb8eea558a8d6e279b
parisc: add missing include of asm/page.h to asm/pgtable.h

Fixes these errors:

In file included from arch/parisc/include/asm/io.h:5:0,
                 from include/linux/io.h:22,
                 from include/linux/pci.h:54,
                 from arch/parisc/kernel/setup.c:35:
arch/parisc/include/asm/pgtable.h:92:6: warning: "PAGE_SHIFT" is not defined [-Wundef]
arch/parisc/include/asm/pgtable.h:92:6: warning: "PAGE_SHIFT" is not defined [-Wundef]
arch/parisc/include/asm/pgtable.h:92:6: warning: "BITS_PER_PTE_ENTRY" is not defined [-Wundef]

Signed-off-by: Rolf Eike Beer <eike-kernel@sf-tec.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/parisc/include/asm/pgtable.h