From 65cb1a8c5471ee2aed372dbf69a51457d15de056 Mon Sep 17 00:00:00 2001 From: David Kershner Date: Mon, 19 Sep 2016 17:09:28 -0400 Subject: [PATCH] staging: unisys: visorbus: remove parser_done prototype Remove the unneeded prototype parser_done. Reported-by: Greg Kroah-Hartman Signed-off-by: David Kershner Reviewed-by: Tim Sell Signed-off-by: Greg Kroah-Hartman --- drivers/staging/unisys/visorbus/visorchipset.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/staging/unisys/visorbus/visorchipset.c b/drivers/staging/unisys/visorbus/visorchipset.c index c2833bd..d50e4cd 100644 --- a/drivers/staging/unisys/visorbus/visorchipset.c +++ b/drivers/staging/unisys/visorbus/visorchipset.c @@ -327,9 +327,6 @@ static struct platform_device visorchipset_platform_device = { .dev.release = visorchipset_dev_release, }; -/* Function prototypes */ -static void parser_done(struct parser_context *ctx); - static uuid_le parser_id_get(struct parser_context *ctx) { -- 2.7.4