tile: export a handful of symbols appropriately
authorChris Metcalf <cmetcalf@tilera.com>
Fri, 1 Feb 2013 20:06:06 +0000 (15:06 -0500)
committerChris Metcalf <cmetcalf@tilera.com>
Fri, 8 Feb 2013 18:20:36 +0000 (13:20 -0500)
This was shown up by running with "allmodconfig".  I used
EXPORT_SYMBOL() to match existing conventions in files that
were already exporting symbols, or that were exported that way
by other architectures, and otherwise EXPORT_SYMBOL_GPL().

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>

No differences found