staging: unisys: visorbus: remove prototype controlvm_respond
authorDavid Kershner <[email protected]>
Mon, 19 Sep 2016 21:09:25 +0000 (17:09 -0400)
committerGreg Kroah-Hartman <[email protected]>
Tue, 20 Sep 2016 11:26:21 +0000 (13:26 +0200)
Remove the unneeded prototype for controlvm_respond.

Reported-by: Greg Kroah-Hartman <[email protected]>
Signed-off-by: David Kershner <[email protected]>
Reviewed-by: Tim Sell <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/staging/unisys/visorbus/visorchipset.c

index 468286bb13f3805353a9e360f448b1c7fcdd76b9..6f530ea4c59ad360fa0dc3c717fbdf29fd7e6714 100644 (file)
@@ -271,8 +271,6 @@ static struct platform_device visorchipset_platform_device = {
 };
 
 /* Function prototypes */
-static void controlvm_respond(struct controlvm_message_header *msg_hdr,
-                             int response);
 static void controlvm_respond_chipset_init(
                struct controlvm_message_header *msg_hdr, int response,
                enum ultra_chipset_feature features);