]> asedeno.scripts.mit.edu Git - linux.git/commit
virt: vbox: Move declarations of vboxguest private functions to private header
authorHans de Goede <hdegoede@redhat.com>
Wed, 18 Apr 2018 13:24:47 +0000 (15:24 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Apr 2018 11:41:55 +0000 (13:41 +0200)
commit02cfde67df1f440c7c3c7038cc97992afb81804f
treeebb7f889aec9c6cd74cba8a9e92cc341937b531b
parente33bbe69149b802c0c77bfb822685772f85388ca
virt: vbox: Move declarations of vboxguest private functions to private header

Move the declarations of functions from vboxguest_utils.c which are only
meant for vboxguest internal use from include/linux/vbox_utils.h to
drivers/virt/vboxguest/vboxguest_core.h.

Cc: stable@vger.kernel.org
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/virt/vboxguest/vboxguest_core.h
include/linux/vbox_utils.h