commit | 1126bc2eb4a27029918f157f0b0371d87d658259 | [log] [tgz] |
---|---|---|
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | Thu Sep 03 20:20:48 2015 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Sep 20 19:27:59 2015 -0700 |
tree | 7a5995c4cd269f8f0610b2b9ccfba1a2b59e8101 | |
parent | a010d2761705d38e8720d7ab56ba1f7a9e1246d9 [diff] |
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>