vfio-ccw: make vfio_ccw_regops variables declarations static
authorVasily Gorbik <gor@linux.ibm.com>
Thu, 4 Jun 2020 11:20:45 +0000 (13:20 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Thu, 4 Jun 2020 11:45:51 +0000 (13:45 +0200)
commitbfa50e1427e4608ce6941d3d0855445fcaa7dbb7
tree1881b8c34728ef257297ea4866e5ebe41fae79fd
parent0927e157b7e48a190500f785ce6d52d6fca8f14e
vfio-ccw: make vfio_ccw_regops variables declarations static

Fixes the following sparse warnings:
drivers/s390/cio/vfio_ccw_chp.c:62:30: warning: symbol 'vfio_ccw_schib_region_ops' was not declared. Should it be static?
drivers/s390/cio/vfio_ccw_chp.c:117:30: warning: symbol 'vfio_ccw_crw_region_ops' was not declared. Should it be static?

Link: https://lkml.kernel.org/r/patch.git-a34be7aede18.your-ad-here.call-01591269421-ext-5655@work.hours
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
drivers/s390/cio/vfio_ccw_chp.c