summaryrefslogtreecommitdiff
path: root/sig.h
AgeCommit message (Collapse)AuthorFilesLines
2013-06-04sig: add signal handling functionsDaniel Borkmann1-0/+7
Add an extra file for signal handling functions. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
gnorews' onchange='this.form.submit();'>mode:
authorChen Gang <gang.chen.5i5j@gmail.com>2014-11-09 18:32:03 +0800
committerChris Metcalf <cmetcalf@tilera.com>2014-11-11 15:41:45 -0500
commitebd25caf7d511312d1a9724ab5752e9e661dfe60 (patch)
tree9d93dcf9e7acffa01be557c26449a7438e9eb9c2 /arch/tile/gxio/mpipe.c
parent01f7ae056916b4e75ccaa48b9daacb9806caf4aa (diff)
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>
Diffstat (limited to 'arch/tile/gxio/mpipe.c')