From: David Kershner Date: Mon, 19 Sep 2016 21:09:25 +0000 (-0400) Subject: staging: unisys: visorbus: remove prototype controlvm_respond X-Git-Tag: v4.9-rc1~119^2~357 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=992228b2b0f2d7a1efc9cc21c21f1a3dea9c50f5;p=karo-tx-linux.git staging: unisys: visorbus: remove prototype controlvm_respond Remove the unneeded prototype for controlvm_respond. Reported-by: Greg Kroah-Hartman Signed-off-by: David Kershner Reviewed-by: Tim Sell Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/unisys/visorbus/visorchipset.c b/drivers/staging/unisys/visorbus/visorchipset.c index 468286bb13f3..6f530ea4c59a 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);