]> git.baikalelectronics.ru Git - kernel.git/commit
vfio-ccw: make vfio_ccw_async_region_ops static
authorVasily Gorbik <gor@linux.ibm.com>
Wed, 17 Jul 2019 18:09:28 +0000 (20:09 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Mon, 29 Jul 2019 16:05:03 +0000 (18:05 +0200)
commitf024721ab94f14986ea261696b3f6f698cf79e65
tree73d533e3498f85c5ca9d11f34575d800ac2a525c
parent48b933ca6b7160c6702a7bb26c7c57e49e778946
vfio-ccw: make vfio_ccw_async_region_ops static

Since vfio_ccw_async_region_ops is not exported and has no reason to be
globally visible make it static to avoid the following sparse warning:
drivers/s390/cio/vfio_ccw_async.c:73:30: warning: symbol 'vfio_ccw_async_region_ops' was not declared. Should it be static?

Fixes: 2d056758c44d ("vfio-ccw: add handling for async channel instructions")
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
drivers/s390/cio/vfio_ccw_async.c