staging: unisys: simplify controlvm channel address function
authorBenjamin Romer <benjamin.romer@unisys.com>
Thu, 17 Jul 2014 16:39:57 +0000 (12:39 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jul 2014 01:11:33 +0000 (18:11 -0700)
commit524b0b63a185f951a903e3ebc67574d962dbfd98
tree6c075d328a8cc9f164937ec16e1adb00921f7265
parentea702e76af7a4b99babb54ad3285531e55466548
staging: unisys: simplify controlvm channel address function

There is no reason to have controlvm_get_channel_address() defined in a
separate file. Move it to visorchipset_main.c, remove the no-op functions
controlvm_init() and controlvm_deinit() from visorchipset_main.c, and remove
the controlvm.h and controlvm_direct.c files from the module.

Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorchipset/Makefile
drivers/staging/unisys/visorchipset/controlvm.h [deleted file]
drivers/staging/unisys/visorchipset/controlvm_direct.c [deleted file]
drivers/staging/unisys/visorchipset/visorchipset_main.c