commit | 7c63e1ee0afe0e957292463cfa111ba59193ab2f | [log] [tgz] |
---|---|---|
author | Chris Metcalf <cmetcalf@tilera.com> | Fri Feb 01 15:06:06 2013 -0500 |
committer | Chris Metcalf <cmetcalf@tilera.com> | Fri Feb 08 13:20:36 2013 -0500 |
tree | c09b8cf9c175e2603fba83a9e11258382fd0d496 | |
parent | 4cfe7629be069d6e951694fecf76f9221badc638 [diff] |
tile: export a handful of symbols appropriately 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>