git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a98fd1
)
- x86: move early_ioremap prototypes to io.h
author
Ingo Molnar
<mingo@elte.hu>
Mon, 30 Jun 2008 08:33:47 +0000
(10:33 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 8 Jul 2008 11:16:12 +0000
(13:16 +0200)
now that the early-ioremap code is unified, move the prototypes too from
io_32.h to io.h.
this fixes:
arch/x86/kernel/setup.c:531: error: implicit declaration of function ‘early_ioremap_init'
on 64-bit.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found