arch: tile: gxio: Export symbols for module using in 'mpipe.c'
authorChen Gang <gang.chen.5i5j@gmail.com>
Sun, 9 Nov 2014 10:32:03 +0000 (18:32 +0800)
committerChris Metcalf <cmetcalf@tilera.com>
Tue, 11 Nov 2014 20:41:45 +0000 (15:41 -0500)
commitebd25caf7d511312d1a9724ab5752e9e661dfe60
tree9d93dcf9e7acffa01be557c26449a7438e9eb9c2
parent01f7ae056916b4e75ccaa48b9daacb9806caf4aa
arch: tile: gxio: Export symbols for module using in 'mpipe.c'

'gxio_mpipe_adjust_timestamp', 'gxio_mpipe_link_instance',
'gxio_mpipe_get_timestamp', and 'gxio_mpipe_set_timestamp' may be use by
other tile modules, so export them.

The related error (with allmodconfig under tile):

    MODPOST 4002 modules
  ERROR: "gxio_mpipe_link_instance" [drivers/net/ethernet/tile/tile_net.ko] undefined!
  ERROR: "gxio_mpipe_get_timestamp" [drivers/net/ethernet/tile/tile_net.ko] undefined!
  ERROR: "gxio_mpipe_set_timestamp" [drivers/net/ethernet/tile/tile_net.ko] undefined!
  ERROR: "gxio_mpipe_adjust_timestamp" [drivers/net/ethernet/tile/tile_net.ko] undefined!

Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
arch/tile/gxio/mpipe.c