Remove the unneeded prototype for controlvm_respond.

Reported-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>
Signed-off-by: David Kershner <david.kersh...@unisys.com>
Reviewed-by: Tim Sell <timothy.s...@unisys.com>
---
 drivers/staging/unisys/visorbus/visorchipset.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/staging/unisys/visorbus/visorchipset.c 
b/drivers/staging/unisys/visorbus/visorchipset.c
index 1b824ad..f092526 100644
--- a/drivers/staging/unisys/visorbus/visorchipset.c
+++ b/drivers/staging/unisys/visorbus/visorchipset.c
@@ -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);
-- 
1.9.1

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to