vcsm: Reduce scope of local functions
authorKieran Bingham <kieran.bingham@ideasonboard.com>
Mon, 18 Mar 2019 17:17:40 +0000 (17:17 +0000)
committerpopcornmix <popcornmix@gmail.com>
Mon, 13 May 2019 23:08:22 +0000 (00:08 +0100)
commitee047646b9300c8260268cdf5d64d735a6594483
tree89e1ae5bcc33acb940e18f676960c9bd5f3df147
parente3b0f52c6f00f76ec8dfb28c5e086303943f29eb
vcsm: Reduce scope of local functions

The functions:

  vc_vchi_sm_send_msg
  vc_sm_ioctl_alloc
  vc_sm_ioctl_alloc_share
  vc_sm_ioctl_import_dmabuf

Are declared without a prototype. They are not used outside of this
module, thus - convert them to static functions.

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
drivers/char/broadcom/vc_sm/vc_vchi_sm.c
drivers/char/broadcom/vc_sm/vmcs_sm.c