summaryrefslogtreecommitdiff
path: root/drivers/staging/unisys
diff options
context:
space:
mode:
authorDavid Kershner <david.kershner@unisys.com>2016-09-19 17:09:25 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-20 13:26:21 +0200
commit992228b2b0f2d7a1efc9cc21c21f1a3dea9c50f5 (patch)
treeda6f9fb6425e6a8bfc82d66cea82599be3c7d9a4 /drivers/staging/unisys
parenta9c73937436a412aed24c08595a31b7bf9e10dd6 (diff)
staging: unisys: visorbus: remove prototype controlvm_respond
Remove the unneeded prototype for controlvm_respond. Reported-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: David Kershner <david.kershner@unisys.com> Reviewed-by: Tim Sell <Timothy.Sell@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/unisys')
-rw-r--r--drivers/staging/unisys/visorbus/visorchipset.c2
1 files changed, 0 insertions, 2 deletions
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);