From: Aron Griffis Date: Tue, 17 Oct 2006 04:28:15 +0000 (-0400) Subject: [IA64] move ioremap/ioremap_nocache under __KERNEL__ X-Git-Tag: v2.6.19-rc3~128^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffc45571dfb4b70e7eda8d97f64a05f5e5a992ac;p=pandora-kernel.git [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 Signed-off-by: Tony Luck --- Reading git-diff-tree failed