commit | 524b0b63a185f951a903e3ebc67574d962dbfd98 | [log] [tgz] |
---|---|---|
author | Benjamin Romer <benjamin.romer@unisys.com> | Thu Jul 17 12:39:57 2014 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jul 17 18:11:33 2014 -0700 |
tree | 6c075d328a8cc9f164937ec16e1adb00921f7265 | |
parent | ea702e76af7a4b99babb54ad3285531e55466548 [diff] |
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>