OSDN Git Service

drivers/misc/sgi-gru: make functions static
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Thu, 3 Sep 2015 14:50:48 +0000 (20:20 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Sep 2015 02:27:59 +0000 (19:27 -0700)
commit1126bc2eb4a27029918f157f0b0371d87d658259
tree7a5995c4cd269f8f0610b2b9ccfba1a2b59e8101
parenta010d2761705d38e8720d7ab56ba1f7a9e1246d9
drivers/misc/sgi-gru: make functions static

The functions gru_get_cb_exception_detail_str() and gru_abort() were
only called locally from that file. We can make them static.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Acked-by: Dimitri Sivanich <sivanich@sgi.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/sgi-gru/grukservices.c