[IA64] move ioremap/ioremap_nocache under __KERNEL__
authorAron Griffis <aron@hp.com>
Tue, 17 Oct 2006 04:28:15 +0000 (00:28 -0400)
committerTony Luck <tony.luck@intel.com>
Tue, 17 Oct 2006 21:49:15 +0000 (14:49 -0700)
commitffc45571dfb4b70e7eda8d97f64a05f5e5a992ac
tree2393f490879bf4ecd147054ce1db42e18b0e645b
parent3bbe486b361b317ac7103378ed3d1aab4779715e
[IA64] move ioremap/ioremap_nocache under __KERNEL__

I noticed these are declared extern outside of __KERNEL__, but surely
they wouldn't be available to userland since they're defined in
ioremap.c.  Am I missing something here?

If I'm right about this, then there's probably a good deal of other
stuff in io.h that could move inside __KERNEL__, but at least this is
a start.

Signed-off-by: Aron Griffis <aron@hp.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
include/asm-ia64/io.h