[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)
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>

No differences found