staging: unisys: visorbus: remove parser_done prototype
authorDavid Kershner <david.kershner@unisys.com>
Mon, 19 Sep 2016 21:09:28 +0000 (17:09 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Sep 2016 11:28:17 +0000 (13:28 +0200)
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>
drivers/staging/unisys/visorbus/visorchipset.c

index c2833bd..d50e4cd 100644 (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)
 {