Skip to content
Commit 6b88158c authored by Vasily Gorbik's avatar Vasily Gorbik Committed by Paul Gortmaker
Browse files

vfio-ccw: make vfio_ccw_async_region_ops static

commit 84806572 upstream.

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: d5afd5d1

 ("vfio-ccw: add handling for async channel instructions")
Reviewed-by: default avatarCornelia Huck <cohuck@redhat.com>
Signed-off-by: default avatarVasily Gorbik <gor@linux.ibm.com>
Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent a70f3301
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment