]> git.baikalelectronics.ru Git - kernel.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)
commit0cca4dce8ca3e6d610a986b7374b0ba7c60d4733
treeebb7f889aec9c6cd74cba8a9e92cc341937b531b
parent76316287e6fceac89dd7307f0cf7177eaf59e18e
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