Commit 992228b2 authored by David Kershner's avatar David Kershner Committed by Greg Kroah-Hartman

staging: unisys: visorbus: remove prototype controlvm_respond

Remove the unneeded prototype for controlvm_respond.
Reported-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarDavid Kershner <david.kershner@unisys.com>
Reviewed-by: default avatarTim Sell <Timothy.Sell@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a9c73937
...@@ -271,8 +271,6 @@ static struct platform_device visorchipset_platform_device = { ...@@ -271,8 +271,6 @@ static struct platform_device visorchipset_platform_device = {
}; };
/* Function prototypes */ /* Function prototypes */
static void controlvm_respond(struct controlvm_message_header *msg_hdr,
int response);
static void controlvm_respond_chipset_init( static void controlvm_respond_chipset_init(
struct controlvm_message_header *msg_hdr, int response, struct controlvm_message_header *msg_hdr, int response,
enum ultra_chipset_feature features); enum ultra_chipset_feature features);
......
Markdown is supported
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