staging: unisys: visorbus: remove parser_done prototype

Remove the unneeded prototype parser_done.

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>
This commit is contained in:
David Kershner 2016-09-19 17:09:28 -04:00 committed by Greg Kroah-Hartman
parent dd845d3632
commit 65cb1a8c54
1 changed files with 0 additions and 3 deletions

View File

@ -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)
{